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();
       })