From a27848cf57f131af3aeac12b09904b369fe6c944 Mon Sep 17 00:00:00 2001 From: weizhiqiang <598748873@qq.com> Date: Sun, 12 May 2024 17:30:24 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E4=BB=A3=E7=A0=81=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../template/js/storeOnlineSetUp/storeOnlineSetUp.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/shop/src/main/resources/template/js/storeOnlineSetUp/storeOnlineSetUp.js b/shop/src/main/resources/template/js/storeOnlineSetUp/storeOnlineSetUp.js index f9fde564c..8d16c2d2d 100644 --- a/shop/src/main/resources/template/js/storeOnlineSetUp/storeOnlineSetUp.js +++ b/shop/src/main/resources/template/js/storeOnlineSetUp/storeOnlineSetUp.js @@ -32,8 +32,8 @@ layui.config({ function loadStoreMation(storeId){ showGrid({ id: "formContent", - url: shopBasePath + "store008", - params: {rowId: storeId}, + url: shopBasePath + "queryStoreOnlineById", + params: {id: storeId}, pagination: false, method: "GET", template: beanTemplate, -- GitLab