流程提交或者保存草稿成功时消息提示延时 减少为1s
parent
c9126f11b5
commit
3ad5591b42
|
@ -969,6 +969,7 @@
|
|||
showClose: true,
|
||||
message: processForm.status === 'draft' ? '草稿保存成功' : "提交成功",
|
||||
type: 'success',
|
||||
duration: 1000,
|
||||
onClose: () => {
|
||||
this.resetForm()
|
||||
this.backLastPage()
|
||||
|
|
|
@ -1141,6 +1141,7 @@
|
|||
showClose: true,
|
||||
message: processForm.status === 'draft' ? '草稿保存成功' : "提交成功",
|
||||
type: 'success',
|
||||
duration: 1000,
|
||||
onClose: () => {
|
||||
this.resetForm()
|
||||
this.goToHome()
|
||||
|
|
Loading…
Reference in New Issue