Commit 0d6c72b0 by 无尘

fix:修改分组

parent dbe11557
......@@ -4,7 +4,7 @@
* @Author: 无尘
* @Date: 2019-03-20 14:36:37
* @LastEditors: 无尘
* @LastEditTime: 2020-06-28 15:44:37
* @LastEditTime: 2020-06-28 16:33:51
-->
<!--
......@@ -244,11 +244,11 @@ export default {
that.$router.push(`/addGroupTemplate?templateId=${row.templateId}`);
},
/**
* 编辑
* 门店范围设置
*/
toStore(index, row) {
const that = this;
that.$router.push(`/storeRangeSet?templateId=${row.templateId}`);
that.$router.push(`/storeRangeSet?templateId=${row.templateId}&brandId=${that.brandId}`);
},
/**
* 新增模板
......
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