소스 검색

2022-02-14 22:28

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

+ 1 - 1
imcs-ui/src/views/zuihou/runManageCenter/orderMgr/components/draftOrder/components/Select.vue

@@ -366,7 +366,7 @@ export default {
       this.queryParams.current = params.current ? params.current : this.queryParams.current
       this.queryParams.size = params.size ? params.size : this.queryParams.size
 			// 必须传的参数
-			this.queryParams.auditStatus = '2'
+			this.queryParams.model.auditStatus = '2'
 			// 测试数据,真实数据,请使用page
       bomMgrApi.page(this.queryParams).then(response => {
       	const res = response.data