Commit 41bedbf0 by 无尘

fix: 修改选择门店分组

parent 61f05f9d
......@@ -4,7 +4,7 @@
* @Author: 无尘
* @Date: 2020-11-08 10:27:21
* @LastEditors: 无尘
* @LastEditTime: 2020-11-17 17:50:58
* @LastEditTime: 2020-11-20 16:36:15
-->
<!--
<gic-select-group-mult
......@@ -40,7 +40,7 @@
<span style="display:block">
<template v-for="(item, index) in groupIds">
<span class="el-tag el-tag--info el-tag--small" :key="index">
<span class="el-select__tags-text">{{ item.departmentName }}</span>
<span class="el-select__tags-text">{{ item.storeGroupName }}</span>
<!-- <i class="el-tag__close el-icon-close" @click.stop="delDepart(index, groupIds)"></i> -->
</span>
</template>
......
......@@ -4,7 +4,7 @@
* @Author: 无尘
* @Date: 2020-11-12 10:48:40
* @LastEditors: 无尘
* @LastEditTime: 2020-11-20 14:51:29
* @LastEditTime: 2020-11-20 16:31:28
-->
<template>
<div class="common-app-right">
......@@ -95,7 +95,7 @@ export default {
const that = this;
that.$emit('showTab', '/target-list');
const { tab, applicationId, performanceYm, storeInfoId, storeName } = that.$route.query;
let bread = [ { name: '指标管理', path: `/target-list?tab=${tab}&applicationId=${applicationId}` }, { name: '查看门店', path: `/target-store?tab=${tab}&applicationId=${applicationId}` }, { name: '完善导购指标' } ];
let bread = [ { name: '指标管理', path: `/target-list?tab=${tab}&applicationId=${applicationId}` }, { name: '查看门店', path: `/target-store?tab=${tab}&applicationId=${applicationId}&performanceYm=${performanceYm}` }, { name: '完善导购指标' } ];
// 修改面包屑
that.$emit('change-nav', bread);
if (!!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