客户信息,保存后刷新
This commit is contained in:
parent
945e6ecbdb
commit
cbe94aae56
@ -610,20 +610,20 @@ const submitForm = async () => {
|
||||
}
|
||||
|
||||
// 如非保存 返回列表页
|
||||
if (active != 'SAVE') {
|
||||
router.back()
|
||||
} else {
|
||||
|
||||
// 成功后刷新
|
||||
query.active = 'update'
|
||||
//if(query.active != 'update'){
|
||||
query.id = orderId
|
||||
//}
|
||||
|
||||
if (sumbefore.value == 0) {
|
||||
reload()
|
||||
}
|
||||
}
|
||||
// if (active != 'SAVE') {
|
||||
// router.back()
|
||||
// } else {
|
||||
//
|
||||
// // 成功后刷新
|
||||
// query.active = 'update'
|
||||
// //if(query.active != 'update'){
|
||||
// query.id = orderId
|
||||
// //}
|
||||
//
|
||||
// if (sumbefore.value == 0) {
|
||||
// reload()
|
||||
// }
|
||||
// }
|
||||
dialogVisible.value = false
|
||||
// 发送操作成功的事件
|
||||
emit('success')
|
||||
|
||||
Loading…
Reference in New Issue
Block a user