day_05
csy 2024-02-29 08:43:46 +08:00
parent 7f744ce4f3
commit 6dce8967bb
1 changed files with 2 additions and 1 deletions

View File

@ -195,7 +195,8 @@ export default {
parentMenuId: genTable.parentMenuId
};
updateGenTable(genTable).then(res => {
this.$modal.msgSuccess(res.data.msg);
console.log(res)
this.$modal.msgSuccess(res.msg);
if (res.code === 200) {
this.close();
}