xiejun
2023-09-18 7db3ee6e84714a868e0b57a61a033d050b1a61fc
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 {