From cd9f7a2adbeb3dcc6060f6a5ea3a9d54dced5c64 Mon Sep 17 00:00:00 2001
From: Helius <wangdoubleone@gmail.com>
Date: Mon, 16 May 2022 15:10:59 +0800
Subject: [PATCH] fix regiter
---
src/main/resources/templates/febs/views/modules/goods/goodsList.html | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/main/resources/templates/febs/views/modules/goods/goodsList.html b/src/main/resources/templates/febs/views/modules/goods/goodsList.html
index f56098f..2724666 100644
--- a/src/main/resources/templates/febs/views/modules/goods/goodsList.html
+++ b/src/main/resources/templates/febs/views/modules/goods/goodsList.html
@@ -165,7 +165,7 @@
tableIns = febs.table.init({
elem: $view.find('table'),
id: 'userTable',
- url: ctx + 'admin/goods/goodsList',
+ url: ctx + 'admin/goods/goodsList?goodsType=1',
cols: [[
{field: 'goodsNo', title: '商品编号', minWidth: 150,align:'left'},
{field: 'goodsName', title: '商品名称', minWidth: 150,align:'left'},
--
Gitblit v1.9.1