流程提交或者保存草稿成功时消息提示延时 减少为1s

master
Harry Yang 2023-01-03 16:26:28 +08:00
parent c9126f11b5
commit 3ad5591b42
2 changed files with 2 additions and 0 deletions

View File

@ -969,6 +969,7 @@
showClose: true, showClose: true,
message: processForm.status === 'draft' ? '草稿保存成功' : "提交成功", message: processForm.status === 'draft' ? '草稿保存成功' : "提交成功",
type: 'success', type: 'success',
duration: 1000,
onClose: () => { onClose: () => {
this.resetForm() this.resetForm()
this.backLastPage() this.backLastPage()

View File

@ -1141,6 +1141,7 @@
showClose: true, showClose: true,
message: processForm.status === 'draft' ? '草稿保存成功' : "提交成功", message: processForm.status === 'draft' ? '草稿保存成功' : "提交成功",
type: 'success', type: 'success',
duration: 1000,
onClose: () => { onClose: () => {
this.resetForm() this.resetForm()
this.goToHome() this.goToHome()