Commit 70aa00a3 by crushh

update: dist

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