客户信息,保存后刷新

This commit is contained in:
zxy 2026-01-12 09:59:53 +08:00
parent 945e6ecbdb
commit cbe94aae56

View File

@ -610,20 +610,20 @@ const submitForm = async () => {
} }
// //
if (active != 'SAVE') { // if (active != 'SAVE') {
router.back() // router.back()
} else { // } else {
//
// // //
query.active = 'update' // query.active = 'update'
//if(query.active != 'update'){ // //if(query.active != 'update'){
query.id = orderId // query.id = orderId
//} // //}
//
if (sumbefore.value == 0) { // if (sumbefore.value == 0) {
reload() // reload()
} // }
} // }
dialogVisible.value = false dialogVisible.value = false
// //
emit('success') emit('success')