Commit d27bd78a by 无尘

fix: 修改选择门店标签

parent 41bedbf0
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
* @Author: 无尘 * @Author: 无尘
* @Date: 2020-02-08 10:27:21 * @Date: 2020-02-08 10:27:21
* @LastEditors: 无尘 * @LastEditors: 无尘
* @LastEditTime: 2020-11-20 15:49:00 * @LastEditTime: 2020-11-20 16:37:59
--> -->
<!-- <!--
选择门店分组组件: 选择门店分组组件:
...@@ -148,7 +148,7 @@ export default { ...@@ -148,7 +148,7 @@ export default {
getTagsData() { getTagsData() {
const that = this; const that = this;
let para = { let para = {
gicEnterpriseId: that.brandId enterpriseId: that.brandId
}; };
getTagList(para) getTagList(para)
.then(res => { .then(res => {
......
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