Commit b49af66a by chenyu

Merge branch 'bugfix/集团会员等级修改' of http://git.gicdev.com/gicmember/member into dev

parents 90193504 1485fbb6
......@@ -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