This commit is contained in:
2025-09-24 19:26:59 +08:00
parent c6a0f0b9aa
commit 449b3c9916
5 changed files with 62 additions and 60 deletions

View File

@ -86,10 +86,10 @@ const pageData = reactive({
// 初始化数据
const init = async (type, id,) => {
const init = async (type, id) => {
dialogForm.value = true;
// const res = await qcckGet({ url: `/training/annualInspectionTraining/detail/${id}`})
// listQuery.value = res || {}
const res = await qcckGet({ url: `/mosty-base/baxx/njpx/getInfo/${id}`})
listQuery.value = res || {}
};
const close = () => {