Commit 4e453d75 by 无尘

fix: 查看门店数据

parent 84c88d5d
......@@ -4,7 +4,7 @@
* @Author: 无尘
* @Date: 2020-08-28 15:24:42
* @LastEditors: 无尘
* @LastEditTime: 2020-09-08 15:13:10
* @LastEditTime: 2020-09-11 15:48:20
-->
<!--
<customer-store :brand-id="brandId" :select-store="selectStore" @checkStoreIds="checkStoreIds"></customer-store>
......@@ -98,6 +98,7 @@ export default {
arr.push(ele);
}
});
localStorage.setItem('stores', value);
that.$emit('checkStoreIds', JSON.parse(JSON.stringify(arr)));
},
/**
......
......@@ -4,7 +4,7 @@
* @Author: 无尘
* @Date: 2020-08-28 11:07:46
* @LastEditors: 无尘
* @LastEditTime: 2020-09-08 16:34:18
* @LastEditTime: 2020-09-11 15:36:00
-->
<!--
<edit-visiable :brand-id="brandId" :set-item-id="setItemId" :set-type="setType" :select-mode="selectMode" :range-data="rangeData" @refreshData="refreshData"></edit-visiable>
......@@ -108,6 +108,8 @@ export default {
const that = this;
that.formData.sendRange = e;
that.formData.selectList = [];
that.formData.selectGroupData = []; // 选择的分组数据
that.formData.selectStoreData = []; // 选择的门店数据
},
/**
* @description: 关闭弹窗
......
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