|
@@ -336,7 +336,6 @@ export default {
|
|
|
if(this.type == 'view'){
|
|
|
this.queryParams.model.planId = this.orderData.id
|
|
|
}else{
|
|
|
- this.queryParams.taskBatchNo = this.tenant.taskBatchNo;
|
|
|
// 最新需求
|
|
|
this.queryParams.planIds = this.orderData.planIds;
|
|
|
}
|
|
@@ -367,7 +366,8 @@ export default {
|
|
|
if(this.type == 'view'){
|
|
|
this.queryParams.model.orderId = this.orderData.id
|
|
|
}else{
|
|
|
- this.queryParams.taskBatchNo = this.tenant.taskBatchNo
|
|
|
+ // 最新需求
|
|
|
+ this.queryParams.planIds = this.orderData.planIds;
|
|
|
}
|
|
|
taskMgrApi.scheduleTaskDaypageList(this.queryParams).then(res => {
|
|
|
res = res.data
|