bug修复 管道气审批
This commit is contained in:
@ -355,7 +355,7 @@
|
||||
disableSubmit.value = true
|
||||
let value = await formInformation.value.handleSubmit();
|
||||
disableSubmit.value = false
|
||||
if (rQuery.type == 'update'&&value) {
|
||||
if (value) {
|
||||
setTimeout(() => {
|
||||
bus.emit(CREATE_FLOW, {});
|
||||
close();
|
||||
|
||||
Reference in New Issue
Block a user