Commit cbaca7ac by 赵永成

uildPS

parent 5d3532aa
...@@ -534,8 +534,8 @@ export default { ...@@ -534,8 +534,8 @@ export default {
this.shopRange=sh_ary; this.shopRange=sh_ary;
} }
//省市区门店 //省市区门店
let ps_ary = this.buildPS(response.data);
//this.storesRange=[[1,"110000","110000","110105","48"]];
} }
...@@ -543,6 +543,10 @@ export default { ...@@ -543,6 +543,10 @@ export default {
}); });
}, },
/** 组装省市区门店数据,供回显使用 */
buildPS(pdata){
},
/** 提交按钮 */ /** 提交按钮 */
submitForm() { submitForm() {
this.$refs["form"].validate((valid) => { this.$refs["form"].validate((valid) => {
......
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