648540858
2022-10-19 b6bcb5f2f40bd08c68ea14e315473bb5e6dadf88
web_src/src/components/dialog/SyncChannelProgress.vue
@@ -57,7 +57,7 @@
        method: 'get',
        url:`/api/device/query/${this.deviceId}/sync_status/`,
      }).then((res) => {
        if (res.data.code == 0) {
        if (res.data.code === 0) {
          if (!this.syncFlag) {
            this.syncFlag = true;
          }