Compare commits

...

2 Commits

Author SHA1 Message Date
7e78feae87 Merge branch 'master' of http://61.139.16.27:26684/maojiacai/ba_web 2025-09-25 16:36:27 +08:00
95848e2c8c 更新页面 2025-09-25 16:36:21 +08:00

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 || {};
})
}