ZaiZai vor 1 Jahr
Ursprung
Commit
f81b6c9959
2 geänderte Dateien mit 2 neuen und 4 gelöschten Zeilen
  1. 1 1
      public/version.json
  2. 1 3
      src/views/other-file/image-form.vue

+ 1 - 1
public/version.json

@@ -1,3 +1,3 @@
 {
-  "value": "20240815180344"
+  "value": "20240820110759"
 }

+ 1 - 3
src/views/other-file/image-form.vue

@@ -196,8 +196,6 @@ watch(contractId, (val) => {
             path: '/other-file/image-data',
         })
     }
-
-
 })
 //自动展开缓存
 const TreeAutoExpandKeys = ref([])
@@ -242,7 +240,7 @@ const queryById = async () => {
 
 //获取题名
 const getFileTitleNamedata = async (wbsNodeIds) => {
-    if (isNullES(dataId.value)) return
+    if (!isNullES(dataId.value)) return
     const { error, code, data } = await imageApi.getFileTitleName({ pKeyId: wbsNodeIds })
     //判断状态
     if (!error && code === 200) {