|
|
@@ -158,6 +158,16 @@ export default {
|
|
|
message: `${item.title}`,
|
|
|
})
|
|
|
})
|
|
|
+ if (this.edata) {
|
|
|
+ await this.$dialog.confirm({
|
|
|
+ title: '模拟提交',
|
|
|
+ message: '请确认无误提交?',
|
|
|
+ })
|
|
|
+ ld = this.$toast.loading({ message: '提交中...', duration: 0 })
|
|
|
+ await new Promise(r => setTimeout(r, 2500))
|
|
|
+ this.btnOpenSuccess()
|
|
|
+ throw new Error('模拟提交')
|
|
|
+ }
|
|
|
await this.$dialog.confirm({
|
|
|
title: '提示',
|
|
|
message: '请确认无误提交?',
|