From b54dc8eb9234c24eefc627a2ff435020c653bbf3 Mon Sep 17 00:00:00 2001 From: kgdxpr Date: Mon, 9 Sep 2024 13:32:59 +0800 Subject: [PATCH] 'commit' --- WebRoot/view/zj/chouqu.html | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/WebRoot/view/zj/chouqu.html b/WebRoot/view/zj/chouqu.html index f7650147..46f679b1 100644 --- a/WebRoot/view/zj/chouqu.html +++ b/WebRoot/view/zj/chouqu.html @@ -104,13 +104,15 @@
- +
~
- +
@@ -391,10 +393,12 @@ return item.id; }).join(','); + + $.ajax({ type: "GET", async: false, - url: "/QingLong/zjcq/getZjcqList?lx_ids=" + fenleiSelectIds + "&ly_ids=" + lingyuSelectIds, + url: "/QingLong/zjcq/getZjcqList?lx_ids=" + fenleiSelectIds + "&ly_ids=" + lingyuSelectIds + "&start=" + $("#start_num").val() + "&end=" + $("#end_num").val(), success: function (res) { arr = res; }