From 4a52639e791dbb916bc58c90716e977a7acd8b51 Mon Sep 17 00:00:00 2001 From: wangshiming Date: Thu, 14 Apr 2022 15:44:41 +0800 Subject: [PATCH] fix bug --- .../customindex/customindex.component.html | 20 +++++++++---------- .../customindex/customindex.component.ts | 3 +++ 2 files changed, 13 insertions(+), 10 deletions(-) diff --git a/src/app/routes/datatable/components/customtable/customindex/customindex.component.html b/src/app/routes/datatable/components/customtable/customindex/customindex.component.html index 6606c383..dece86a1 100644 --- a/src/app/routes/datatable/components/customtable/customindex/customindex.component.html +++ b/src/app/routes/datatable/components/customtable/customindex/customindex.component.html @@ -4,7 +4,7 @@ * @Author : Shiming * @Date : 2022-04-06 13:20:56 * @LastEditors : Shiming - * @LastEditTime : 2022-04-14 15:36:53 + * @LastEditTime : 2022-04-14 15:43:56 * @FilePath : \\tms-obc-web\\src\\app\\routes\\datatable\\components\\customtable\\customindex\\customindex.component.html * Copyright (C) 2022 huzhenhong. All rights reserved. --> @@ -12,19 +12,19 @@
- +
- +
- +
- +
@@ -32,24 +32,24 @@
- +
{ if (res) { + this.hhrData = res; + console.log(this.hhrData); + } }); this.service.request(this.service.$api_statistics_total, { type: 3 }).subscribe(res => {