流程提交或者保存草稿成功时消息提示延时 减少为1s
parent
c9126f11b5
commit
3ad5591b42
|
@ -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()
|
||||||
|
|
|
@ -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()
|
||||||
|
|
Loading…
Reference in New Issue