From 5abc5f45a74ca2b5671ef73d6a665b6e6321d194 Mon Sep 17 00:00:00 2001
From: loulijun2021 <1694218219@qq.com>
Date: 星期四, 22 九月 2022 11:12:55 +0800
Subject: [PATCH] 大岛看板整体字体变大

---
 src/views/sbgl/djjl.vue |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/src/views/sbgl/djjl.vue b/src/views/sbgl/djjl.vue
index fe0976f..9f1d18b 100644
--- a/src/views/sbgl/djjl.vue
+++ b/src/views/sbgl/djjl.vue
@@ -322,10 +322,10 @@
     },
     async getDeviceCheckTakeSearch() {
       const res = await DeviceCheckTakeSearch(this.form)
-      // this.tableData = res.data
-      this.tableData = [
-        { RowNum: 1, djjg: 'N' }
-      ]
+      this.tableData = res.data
+      // this.tableData = [
+      //   { RowNum: 1, djjg: 'N' }
+      // ]
       this.total = res.count
 
       return { code: res.code }

--
Gitblit v1.9.3