更新页面

This commit is contained in:
2025-09-25 16:36:21 +08:00
parent e0fa42d9b0
commit 95848e2c8c

View File

@ -64,6 +64,7 @@ const init = (type, id,) => {
function getDateById (id) {
qcckPost({},`/mosty-base/baxx/jxda/getInfo/${id}`).then((res) => {
res.fj = res.fj ? res.fj.split(','):[]
listQuery.value = res || {};
})
}