This commit is contained in:
2025-07-15 20:46:37 +08:00
parent f01d911476
commit b6818d430e
6 changed files with 34 additions and 34 deletions

View File

@ -249,7 +249,7 @@ const get_bkqy_list = (row) =>{
const getDataById = (id) =>{
qcckGet({},'/mosty-gsxt/tbGsxtBk/selectVoById/'+id).then(res=>{
res.bkfj = res.bkfj ? res.bkfj.split(',') : [];
res.bkqyList = res.qyList || [];
res.bkqyList = res.qyList ? res.qyList.map(v=>v.id) : [];
listQuery.value = res || {}
})
}
@ -310,6 +310,7 @@ const handleAddPeo = () =>{
listQuery.value.bkDx == '01' ? chooseVisible_RY.value = true : chooseVisible_QT.value = true;
}
// 提交
const submit = () => {
elform.value.validate((validate) => {