|
@@ -1486,6 +1486,7 @@ const thirdfilenodeItemInfo = ref({})
|
|
const thirdfilenodeDataInfo = ref({})
|
|
const thirdfilenodeDataInfo = ref({})
|
|
//获取第三方树节点下的数据
|
|
//获取第三方树节点下的数据
|
|
const getthirdTreetavleDatas = async () => {
|
|
const getthirdTreetavleDatas = async () => {
|
|
|
|
+ filedialogTableLoading.value=true
|
|
const { error, code, data } = await thirdApi.queryPage({
|
|
const { error, code, data } = await thirdApi.queryPage({
|
|
projectId: projectId.value,
|
|
projectId: projectId.value,
|
|
contractId: contractId.value,
|
|
contractId: contractId.value,
|
|
@@ -1523,6 +1524,7 @@ const getthirdTreetavleDatas = async () => {
|
|
filesearchFormPage.value.total = 0
|
|
filesearchFormPage.value.total = 0
|
|
filesearchFormPage.value = false
|
|
filesearchFormPage.value = false
|
|
}
|
|
}
|
|
|
|
+ filedialogTableLoading.value=false
|
|
}
|
|
}
|
|
const thirdtreeDatasElTreeClick =(data,node)=>{
|
|
const thirdtreeDatasElTreeClick =(data,node)=>{
|
|
thirdfilenodeItemInfo.value = node
|
|
thirdfilenodeItemInfo.value = node
|