ruoyi-ui/src/views/self/show.vue | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
ruoyi-ui/src/views/self/show.vue
@@ -1322,6 +1322,9 @@ this.$modal.msgSuccess("修改成功"); this.dialogVisible.autobiography = false; this.getList(); }).catch(error => { console.log(error); this.dialogVisible.autobiography = false; }); } else { // 执行新增操作 @@ -1330,6 +1333,9 @@ this.$modal.msgSuccess("新增成功"); this.dialogVisible.autobiography = false; this.getList(); }).catch(error => { console.log(error); this.dialogVisible.autobiography = false; }); } }