648540858
2022-07-25 91dc4566a26862abef9aa2352d2ddf2279e5e8e8
web_src/src/components/dialog/SyncChannelProgress.vue
@@ -63,6 +63,7 @@
          }
          if (res.data.data != null) {
            if (res.data.syncIng) {
            if (res.data.data.total == 0) {
              if (res.data.data.errorMsg !== null ){
                this.msg = res.data.data.errorMsg;
@@ -89,8 +90,12 @@
                }
              }
            }
            }else {
              this.syncStatus = "success"
              this.percentage = 100;
              this.msg = '同步成功';
          }
          }
        }else {
          if (this.syncFlag) {
            this.syncStatus = "success"