commit
This commit is contained in:
@@ -165,11 +165,10 @@ module.exports = {
|
||||
handleSaveDraft() {
|
||||
if (this.actionLoading) return
|
||||
|
||||
// 保存草稿时不显示加载状态,因为只是保存业务数据
|
||||
this.$emit("save-draft", {
|
||||
submitType: this.actionEnum.APPLY,
|
||||
defineKey: this.defineKey,
|
||||
defineId: this.defineId,
|
||||
businessId: this.businessId,
|
||||
isDraft: true // 标识这是草稿保存
|
||||
})
|
||||
},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user