瀏覽代碼

报工删除批量报工判断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 ?? [];