walter hai 11 meses
pai
achega
1a3e9c62ea
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  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();
       })