Commit ce68a331 by heshihao

feat: 省市区修改

parent 19a4f005
...@@ -448,11 +448,12 @@ export default { ...@@ -448,11 +448,12 @@ export default {
let res = await API.enums({ let res = await API.enums({
inid: this.industry_id, inid: this.industry_id,
area: ["河北", "保定市", "满城区"], area: ["河北", "保定市", "满城区"],
province: this.area[0], province: "河北",
city: this.area[1], city: "保定市",
district: this.area[2], district: "满城区",
product: this.product, product: this.product,
}); });
console.log(res, "满城的数据");
this.man = res; this.man = res;
}, },
async getEnums() { 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