Explorar o código

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

jiaxiaoqiang hai 5 meses
pai
achega
cd836d39ea
Modificáronse 1 ficheiros con 3 adicións e 5 borrados
  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 ?? [];