yusheng 5 дней назад
Родитель
Сommit
44f1ded258
1 измененных файлов с 13 добавлено и 2 удалено
  1. 13 2
      src/views/inspectionWork/components/newQualityContentTabs.vue

+ 13 - 2
src/views/inspectionWork/components/newQualityContentTabs.vue

@@ -261,7 +261,15 @@
           >
             <template slot-scope="scope">
               <span
-                ><fileMain v-model="scope.row.attachmentUrl" type="add"></fileMain
+                ><fileMain
+                  v-model="scope.row.attachmentUrl"
+                  type="add"
+                  :directoryId="
+                    $store.state.user.info.clientEnvironmentId == 10
+                      ? '2065608790337171458'
+                      : ''
+                  "
+                ></fileMain
               ></span>
             </template>
           </el-table-column>
@@ -507,7 +515,10 @@
           ></el-table-column>
           <el-table-column label="附件" prop="attachmentUrl" align="center">
             <template slot-scope="scope">
-              <fileMain v-model="scope.row.attachmentUrl" type="view"></fileMain>
+              <fileMain
+                v-model="scope.row.attachmentUrl"
+                type="view"
+              ></fileMain>
             </template>
           </el-table-column>
           <el-table-column