[参数项列表] 添加

This commit is contained in:
zhaomeijing
2022-04-28 14:52:48 +08:00
parent 122c6bd89d
commit db8473a9a9
@@ -421,7 +421,7 @@ export default {
let Action
if (this.formInline.id) {
url = this.url.edit
Action = putAction
Action = postAction
} else {
url = this.url.add
Action = postAction
@@ -440,7 +440,7 @@ export default {
this.visible = false
this.$emit('addModelList')
} else {
this.$message.warning(this.$t('operationFailed'))
this.$message.warning(res.message)
this.confirmLoading = false
}
})