接口调试
This commit is contained in:
parent
0b874aae89
commit
76fcc40834
|
|
@ -143,7 +143,7 @@ export default {
|
||||||
|
|
||||||
const res = await API(params)
|
const res = await API(params)
|
||||||
if (res.code === 200) {
|
if (res.code === 200) {
|
||||||
this.$modal.msgSuccess('新增成功')
|
this.$modal.msgSuccess(this.addOrEditForm.configId ? '修改成功' : '新增成功')
|
||||||
this.$emit('closeAddOrEditFormDialog', true)
|
this.$emit('closeAddOrEditFormDialog', true)
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue