walter 11 meses atrás
pai
commit
1a3e9c62ea
1 arquivos alterados com 1 adições e 0 exclusões
  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();
       })