提交: 优化 配置管理新增修改 未能更新列表问题

This commit is contained in:
23688nl 2022-09-23 14:27:31 +08:00
parent af48e107ee
commit 855133c39e
1 changed files with 2 additions and 0 deletions

View File

@ -305,6 +305,7 @@ export default {
} else {
this.msgError(response.msg);
}
this.getList();
});
} else {
addAttribute(this.form).then((response) => {
@ -317,6 +318,7 @@ export default {
} else {
this.msgError(response.msg);
}
this.getList();
});
}
}