feat:修复关闭编辑数据集不保存

main
liu.tao3 2 years ago
parent c13f108d48
commit 6f28d97767

@ -1071,13 +1071,13 @@ export default {
customClass: 'bs-el-message-box'
}).then(() => {
this.saveFun(formName)
this.goBack()
}).catch(() => {
})
} else {
this.saveFun(formName)
this.goBack()
}
},
/**
@ -1134,6 +1134,7 @@ export default {
this.$parent.setType = null
this.saveLoading = false
this.saveText = ''
this.goBack()
}).catch(() => {
this.saveLoading = false
this.saveText = ''

Loading…
Cancel
Save