Commit fc72033c by crushh

Merge branch 'bugfix/会话任务' into test

parents 4d948db8 70aa00a3
...@@ -321,6 +321,7 @@ export default { ...@@ -321,6 +321,7 @@ export default {
para.endTime = `${para.date[1]} 23:59:59`; para.endTime = `${para.date[1]} 23:59:59`;
delete para.date; delete para.date;
} }
if (this.$route.query.ecmPlanId) { if (this.$route.query.ecmPlanId) {
para.ecmPlanId = this.$route.query.ecmPlanId; para.ecmPlanId = this.$route.query.ecmPlanId;
} }
......
...@@ -309,6 +309,7 @@ export default { ...@@ -309,6 +309,7 @@ export default {
para.endTime = para.date[1]; para.endTime = para.date[1];
delete para.date; delete para.date;
} }
if (that.$route.query.ecmPlanId) { if (that.$route.query.ecmPlanId) {
para.ecmPlanId = that.$route.query.ecmPlanId; para.ecmPlanId = that.$route.query.ecmPlanId;
} }
...@@ -344,7 +345,7 @@ export default { ...@@ -344,7 +345,7 @@ export default {
this.getTableList(); this.getTableList();
}, },
$route(to, from) { $route(to, from) {
if (!this.$route.query.ecmPlanId) { if (to.path == '/grStoreList') {
this.getTableList(); this.getTableList();
} }
} }
......
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