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