From ac415d1bcb001eaaf8e29cd3edb1b4ea10af5ba2 Mon Sep 17 00:00:00 2001 From: liaozetao <1107136310@qq.com> Date: Mon, 18 Dec 2023 16:52:32 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E6=9F=A5=E8=AF=A2=E9=80=BB?= =?UTF-8?q?=E8=BE=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/statistic/LaborStatsView.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/statistic/LaborStatsView.vue b/src/views/statistic/LaborStatsView.vue index ee46412..344ee17 100644 --- a/src/views/statistic/LaborStatsView.vue +++ b/src/views/statistic/LaborStatsView.vue @@ -144,9 +144,9 @@ export default { data: request.data, success: function (res) { apiResult(res); - console.log("res.data", res.data); - console.log("res.data.length()", res.data.length); if (res.data == null || res.data.length > 0) { + console.log("res.data", res.data); + console.log("res.data.length()", res.data.length); $("#btnSearch").attr("disabled", false); if (getCacheDataTimer) { clearInterval(getCacheDataTimer);