Commit 0d1c811f by 无尘

fix: 修改指标

parent 66d21028
......@@ -4,7 +4,7 @@
* @Author: 无尘
* @Date: 2020-11-12 10:47:17
* @LastEditors: 无尘
* @LastEditTime: 2020-11-24 16:53:27
* @LastEditTime: 2020-11-24 17:13:13
-->
<template>
<div class="common-app-right" style="padding: 20px 0;color: #303133">
......@@ -140,7 +140,7 @@ export default {
disableSetting: false // 是否禁用设置(false:不禁用设置,true:禁用设置)
};
},
created() {
mounted() {
const that = this;
that.form = JSON.parse(JSON.stringify(that.$route.query));
// 批量操作判断
......@@ -161,10 +161,9 @@ export default {
bread[0].path += `?applicationId=${applicationId}&tab=${tab}`;
bread[1].path += `?applicationId=${applicationId}&tab=${tab}&performanceYm=${performanceYm}`;
that.$emit('change-nav', bread);
that.$emit('showTab', '/target-list');
that.init();
},
mounted() {
this.$emit('showTab', '/target-list');
},
beforeDestroy() {
this.$store.dispatch('clearStoreData');
......
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