客户信息,保存后刷新
This commit is contained in:
parent
945e6ecbdb
commit
cbe94aae56
@ -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')
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user