فهرست منبع

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