This commit is contained in:
2026-01-22 13:38:10 +08:00
parent b350322626
commit 313fe64475
151 changed files with 13060 additions and 4411 deletions

View File

@@ -112,7 +112,6 @@ const openDialog = async (row: any) => {
form.belong = res.data.belong || ''
}
}).catch((err) => {
console.error('获取详情失败', err)
}).finally(() => {
loading.value = false
})
@@ -156,7 +155,6 @@ const getBelongDict = async () => {
}))
}
} catch (err) {
console.error('获取归档级别字典失败', err)
}
}