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