|
@@ -424,7 +424,7 @@
|
|
"ticket_status": 0,
|
|
"ticket_status": 0,
|
|
"ticket_type": 0
|
|
"ticket_type": 0
|
|
})
|
|
})
|
|
- //that.$store.dispatch('planList/fetchPlanList');
|
|
|
|
|
|
+ // that.$store.dispatch('planList/fetchPlanList');
|
|
//setInterval(() => {
|
|
//setInterval(() => {
|
|
// that.$store.dispatch('benchList/fetchBenchList');
|
|
// that.$store.dispatch('benchList/fetchBenchList');
|
|
//}, 1500)
|
|
//}, 1500)
|
|
@@ -649,8 +649,8 @@
|
|
console.log('task id',benchId);
|
|
console.log('task id',benchId);
|
|
this.$store.dispatch('planList/fetchPlanList', {
|
|
this.$store.dispatch('planList/fetchPlanList', {
|
|
page_num: 1,
|
|
page_num: 1,
|
|
- page_size: 100,
|
|
|
|
- task_id: benchId
|
|
|
|
|
|
+ page_size: 10000,
|
|
|
|
+ task_id: ''
|
|
})
|
|
})
|
|
console.log('test',this.isShowTaskList,this.isShowPlanList);
|
|
console.log('test',this.isShowTaskList,this.isShowPlanList);
|
|
this.isShowTaskList = false;
|
|
this.isShowTaskList = false;
|