walter 11 月之前
父节点
当前提交
1a3e9c62ea
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      src/point/views/setting/pk.vue

+ 1 - 0
src/point/views/setting/pk.vue

@@ -593,6 +593,7 @@ export default {
       this.$axiosUser('POST','/api/pro/pk/doc/e',params).then(res => {
         this.$message.success(res.data.msg);
         this.showDoc = false;
+        this.currentDoc = null; //触发当前文档数据刷新,更新右边界面
         this.initDocForm();
         this.getDocList();
       })