Просмотр исходного кода

Merge branch 'qingban' of http://139.155.176.112:8091/mes/mes-client-temp into qingban

dengyu 5 месяцев назад
Родитель
Сommit
952289e264
1 измененных файлов с 3 добавлено и 6 удалено
  1. 3 6
      src/views/pro-operation/report-work/index.vue

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

@@ -91,7 +91,6 @@
               <el-col :span="10">
                 <el-form-item label="" prop="workingHoursRate">
                   <el-select
-                    v-if="processStore.scanInfo.batchReport == 1"
                     v-model="per.selectedProcess"
                     :filterable="true"
                     multiple
@@ -261,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 ?? [];