소스 검색

报工删除批量报工判断2。

jiaxiaoqiang 5 달 전
부모
커밋
cd836d39ea
1개의 변경된 파일3개의 추가작업 그리고 5개의 파일을 삭제
  1. 3 5
      src/views/pro-operation/report-work/index.vue

+ 3 - 5
src/views/pro-operation/report-work/index.vue

@@ -260,11 +260,9 @@ const openReportWorkDrawer = () => {
     }
   });
 
-  if (processStore.scanInfo.batchReport === 1) {
-    getunProcessedList(processStore.scanInfo.id).then((res: any) => {
-      processList.value = res.data ?? [];
-    });
-  }
+  getunProcessedList(processStore.scanInfo.id).then((res: any) => {
+    processList.value = res.data ?? [];
+  });
 
   signList({ signatureType: "3" }).then((res) => {
     signNameList.value = res.data ?? [];