From 032f542711bbe80b882936e48c8cab6d1feb50ab Mon Sep 17 00:00:00 2001 From: cwchen <1048842385@qq.com> Date: Sat, 16 Nov 2024 13:55:14 +0800 Subject: [PATCH] =?UTF-8?q?=E9=85=8D=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- js/accessory/child/choose_inventory_count_fit_type_list.js | 2 +- js/accessory/child/choose_scrap_fit_type_list.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/js/accessory/child/choose_inventory_count_fit_type_list.js b/js/accessory/child/choose_inventory_count_fit_type_list.js index 0d2afa7..ecbdb19 100644 --- a/js/accessory/child/choose_inventory_count_fit_type_list.js +++ b/js/accessory/child/choose_inventory_count_fit_type_list.js @@ -59,7 +59,7 @@ function initTable() { headers: { authorization: sessionStorage.getItem("gz-token"), }, - url: dataUrl + "backstage/paType/findByPageList", + url: dataUrl + "backstage/paType/findByPage", where: { encryptedData: JSON.stringify({ 'type': $('#type').val(), diff --git a/js/accessory/child/choose_scrap_fit_type_list.js b/js/accessory/child/choose_scrap_fit_type_list.js index 12f770a..943bf10 100644 --- a/js/accessory/child/choose_scrap_fit_type_list.js +++ b/js/accessory/child/choose_scrap_fit_type_list.js @@ -59,7 +59,7 @@ function initTable() { headers: { authorization: sessionStorage.getItem("gz-token"), }, - url: dataUrl + "backstage/paType/findByPageList", + url: dataUrl + "backstage/paType/findByPage", where: { encryptedData: JSON.stringify({ 'type': $('#type').val(),