소스 검색

【修改】bug

莫绍宝 3 년 전
부모
커밋
9a92a81446
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      src/views/supply/engin/engin_list.vue

+ 2 - 2
src/views/supply/engin/engin_list.vue

@@ -245,7 +245,7 @@ export default {
         useUnit: this.screenForm.company,
         createName: this.screenForm.createMan,
         confirmName: this.screenForm.examineMan,
-        status: this.screenForm.status,
+        examineStatus: this.screenForm.status,
       }
     },
   },
@@ -276,7 +276,7 @@ export default {
         useUnit: this.screenForm.company,
         createName: this.screenForm.createMan,
         confirmName: this.screenForm.examineMan,
-        status: this.screenForm.status,
+        examineStatus: this.screenForm.status,
       };
       getEnginList(params).then((res) => {
         this.dataList = res.data.records;