This commit is contained in:
lcw
2025-09-26 17:22:28 +08:00
parent 7f6783108b
commit ee5e534052
77 changed files with 185 additions and 158 deletions

View File

@ -83,7 +83,7 @@ const pageData = reactive({
// 初始化数据
const init = async (type, id) => {
dialogForm.value = true;
const res = await qcckGet({},`/bagl/mosty-base/baxx/njpx/getInfo/${id}`)
const res = await qcckGet({},`/mosty-base/baxx/njpx/getInfo/${id}`)
console.log(res,'=========');
listQuery.value.pxkcList = res.pxkcList || []
pageData.tableData = res.pxryList || []