|
@@ -835,6 +835,7 @@ export default {
|
|
|
window.bmMapItemUnSelect = this.bmMapItemUnSelect.bind(this);
|
|
|
window.handleClickIssue = this.handleClickIssue.bind(this);
|
|
|
window.selectBench = this.selectBench.bind(this);
|
|
|
+ that.$store.dispatch("taskList/clearTaskList")
|
|
|
that.$store.dispatch("taskList/fetchTaskList", {
|
|
|
page_num: 1,
|
|
|
page_size: 1000,
|
|
@@ -1139,6 +1140,7 @@ export default {
|
|
|
this.$store.commit("planList/setPlanList", manualList);
|
|
|
that.taskName = task.name;
|
|
|
this.$nextTick(() => {
|
|
|
+ that.$store.dispatch("planList/clearPlanList")
|
|
|
that.$store.dispatch("planList/fetchPlanList", {
|
|
|
page_num: 1,
|
|
|
page_size: 10000,
|