zhuliu 7 ماه پیش
والد
کامیت
533f635310
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      src/components/VabOnlyOffice/index.vue

+ 1 - 1
src/components/VabOnlyOffice/index.vue

@@ -213,7 +213,7 @@ import mixins from './index.js'
           }
         })
         
-        if(this.historyData.length == 0 || !this.currentVersion){
+        if((this.historyData && this.historyData.length == 0) || !this.currentVersion){
           that.docEditor.refreshHistory({
             currentVersion:'',
             history:[]