接口调试

This commit is contained in:
BianLzhaoMin 2025-07-14 18:10:35 +08:00
parent 0b874aae89
commit 76fcc40834
1 changed files with 1 additions and 1 deletions

View File

@ -143,7 +143,7 @@ export default {
const res = await API(params)
if (res.code === 200) {
this.$modal.msgSuccess('新增成功')
this.$modal.msgSuccess(this.addOrEditForm.configId ? '修改成功' : '新增成功')
this.$emit('closeAddOrEditFormDialog', true)
}
} else {