Commit ce68a331 by heshihao

feat: 省市区修改

parent 19a4f005
......@@ -448,11 +448,12 @@ export default {
let res = await API.enums({
inid: this.industry_id,
area: ["河北", "保定市", "满城区"],
province: this.area[0],
city: this.area[1],
district: this.area[2],
province: "河北",
city: "保定市",
district: "满城区",
product: this.product,
});
console.log(res, "满城的数据");
this.man = res;
},
async getEnums() {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment