田源
2023-10-10 b4f16dfdf1d5741172b8723520050c78d12c0815
Source/UBCS-WEB/src/views/wel/Statistic.vue
@@ -84,7 +84,7 @@
        if (!this.countByServer) {
          // 是前端查询
          getList(record.countUrl, {}).then(res => {
            console.log('res',res)
            // console.log('res',res)
            if (res.data.data.success) {
              record.count = res.data.data.obj;
            } else {