Commit 1485fbb6 by chenyu

update: update

parent a8db5c53
......@@ -89,7 +89,8 @@ export default {
dialogVisible(n, o) {
this.visible = n;
if (n) {
const { shopNames, memberId } = this.obj;
let { shopNames, memberId } = this.obj;
shopNames = shopNames||[]
const storeIds = shopNames.map(item => item.storeId);
this.subStoreList = [].concat(shopNames);
this.form = Object.assign({}, this.form, { memberId, storeIds, subStoreIdsBak: storeIds.join(',') });
......
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