|
@@ -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) {
|