소스 검색

2022-02-20 22:40

王克恕 3 년 전
부모
커밋
dfdd01c9c6
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      imcs-ui/src/views/zuihou/runManageCenter/orderMgr/components/runningOrder/components/PprogOrder.vue

+ 1 - 1
imcs-ui/src/views/zuihou/runManageCenter/orderMgr/components/runningOrder/components/PprogOrder.vue

@@ -271,7 +271,7 @@ export default {
 	      	this.queryParams.size = params.size ? params.size : this.queryParams.size
 	      	// 参数
 	      	if(this.type == 'view'){
-	      		this.queryParams.model.planId = this.orderData.id
+	      		this.queryParams.model.id = this.orderData.id
 	      	}else{
 	      		this.queryParams.model.taskBatchNo = this.orderData.taskBatchNo
 	      	}