src/views/mine/stores/stores-add.vue
@@ -53,7 +53,6 @@ return { isShowArea:false, Btn:false, form:{ areaText:'', //地区文字展示 storeName:'', //门店名称 @@ -88,6 +87,7 @@ ...mapState(['areaList']) }, created() { this.merId = this.$route.query.merId; }, methods:{ // 验证form参数 @@ -149,7 +149,9 @@ priIdNo: this.form.priIdNo, outChanNo: this.form.outChanNo, }; if(this.merId){ list.merId = this.merId; } this.$api.storeAdd(list).then(() => { this.$notify('新增成功'); this.Btn = true;