Commit 3cdec000 by caoyanzhi

update: 客户展示设置

parent 5eeec262
......@@ -127,6 +127,9 @@ export default {
}, []);
this.myCustomData.storeType = this.myCustomData.storeType.concat(this.selectedTypes);
}
this.$nextTick(() => {
this.rules.storeType.trigger = 'change';
});
});
},
onSave() {
......
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