Commit a16df98c by caoyanzhi

update: 客户展示设置

parent 3cdec000
...@@ -110,9 +110,6 @@ export default { ...@@ -110,9 +110,6 @@ export default {
errMsg.errorMsg(res.data); errMsg.errorMsg(res.data);
return; return;
} }
this.$nextTick(() => {
this.rules.storeType.trigger = 'change';
});
// storeType = -1时为通用策略 // storeType = -1时为通用策略
// 通用策略不能修改门店类型 // 通用策略不能修改门店类型
if (this.myCustomData.storeType.includes('-1')) return; if (this.myCustomData.storeType.includes('-1')) return;
......
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