Commit 77919b32 by 无尘

fix: 修改跳转路由

parent 498ce312
......@@ -4,7 +4,7 @@
* @Author: 无尘
* @Date: 2020-08-28 16:51:22
* @LastEditors: 无尘
* @LastEditTime: 2020-09-04 14:57:14
* @LastEditTime: 2020-09-07 10:54:14
-->
<template>
......@@ -104,6 +104,7 @@ export default {
// 生命周期 - 挂载完成(访问DOM元素)
mounted() {
const that = this;
that.$emit('showTab', '/clerk-tag');
that.getClassifyList();
},
// methods
......
......@@ -4,7 +4,7 @@
* @Author: 无尘
* @Date: 2020-08-27 10:16:37
* @LastEditors: 无尘
* @LastEditTime: 2020-09-07 09:48:06
* @LastEditTime: 2020-09-07 10:54:30
-->
<template>
......@@ -113,6 +113,7 @@ export default {
// 生命周期 - 挂载完成(访问DOM元素)
mounted() {
const that = this;
that.$emit('showTab', '/crowd-scene');
if (!!that.brandId) {
that.getGroupList();
that.getGroupClassify();
......
......@@ -4,7 +4,7 @@
* @Author: 无尘
* @Date: 2020-08-20 14:36:37
* @LastEditors: 无尘
* @LastEditTime: 2020-09-07 10:50:30
* @LastEditTime: 2020-09-07 10:53:33
-->
<template>
<div class="customer-assign-wrap">
......@@ -164,6 +164,7 @@ export default {
const that = this;
that.$emit('showTab', '/customer-assign');
if (that.brandId) {
that.getSetData();
that.getGicData();
}
},
......@@ -621,6 +622,7 @@ export default {
that.multipleSelection = [];
that.storeObj = {};
that.getGicData();
that.getSetData();
}
}
}
......
......@@ -4,7 +4,7 @@
* @Author: 无尘
* @Date: 2020-08-27 10:16:37
* @LastEditors: 无尘
* @LastEditTime: 2020-09-07 10:23:56
* @LastEditTime: 2020-09-07 10:54:47
-->
<template>
<div class="common-app-right">
......@@ -60,6 +60,7 @@ export default {
// 生命周期 - 挂载完成(访问DOM元素)
mounted() {
const that = this;
that.$emit('showTab', '/customer-data-set');
if (!!that.brandId) {
that.getCustomerData();
}
......
......@@ -4,7 +4,7 @@
* @Author: 无尘
* @Date: 2020-08-27 10:16:37
* @LastEditors: 无尘
* @LastEditTime: 2020-09-04 10:10:21
* @LastEditTime: 2020-09-07 10:55:04
-->
<template>
......@@ -55,6 +55,7 @@ export default {
// 生命周期 - 挂载完成(访问DOM元素)
mounted() {
const that = this;
that.$emit('showTab', '/customer-show-set');
if (!!that.brandId) {
that.getShowData();
}
......
......@@ -4,7 +4,7 @@
* @Author: 无尘
* @Date: 2020-08-27 11:36:51
* @LastEditors: 无尘
* @LastEditTime: 2020-09-04 15:27:32
* @LastEditTime: 2020-09-07 10:55:18
-->
<template>
......@@ -106,6 +106,7 @@ export default {
// 生命周期 - 挂载完成(访问DOM元素)
mounted() {
const that = this;
that.$emit('showTab', '/data-dimension');
that.rowDrop('memberCardData');
that.rowDrop('serviceNumData');
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