From 98102003bfc20dedba9067028e92d062b2b7c4fa Mon Sep 17 00:00:00 2001 From: cwchen <1048842385@qq.com> Date: Mon, 20 Jan 2025 17:01:58 +0800 Subject: [PATCH] =?UTF-8?q?=E9=97=AE=E9=A2=98=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- js/car_settlement/branch_settlement_list.js | 4 ++-- js/welcome/data_detail_list.js | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/js/car_settlement/branch_settlement_list.js b/js/car_settlement/branch_settlement_list.js index 231c9e8..f8286f6 100644 --- a/js/car_settlement/branch_settlement_list.js +++ b/js/car_settlement/branch_settlement_list.js @@ -117,8 +117,8 @@ function reloadTable(pageNum) { }, where: { encryptedData: JSON.stringify({ - startTime: $('#supName').val(), - endTime: $('#planCode').val(), + startTime: startTime, + endTime: endTime, }), }, }); diff --git a/js/welcome/data_detail_list.js b/js/welcome/data_detail_list.js index 4c2d541..8f65a80 100644 --- a/js/welcome/data_detail_list.js +++ b/js/welcome/data_detail_list.js @@ -16,7 +16,7 @@ function setParams(obj) { setFilter(objParam.type); setFilterData(objParam.type); if(objParam.type === 1 || objParam.type === 2){ - let height = $('#demo').height(); + let height = $('.tag-box').eq(0).height(); if(height > 35){ $('#open').removeAttr('style'); $('#demo button').css('margin-bottom','5px');