Commit 77919b32 by 无尘

fix: 修改跳转路由

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