From e033f8a6f821cdb06bbf17e5f10da2d8a8d7297e Mon Sep 17 00:00:00 2001 From: wzy <wzy19931122ai@163.com> Date: Tue, 17 May 2022 21:45:39 +0800 Subject: [PATCH] fix score orderList and flowList and editor --- src/main/resources/templates/febs/views/modules/order/orderList.html | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/main/resources/templates/febs/views/modules/order/orderList.html b/src/main/resources/templates/febs/views/modules/order/orderList.html index 292174c..f9fe296 100644 --- a/src/main/resources/templates/febs/views/modules/order/orderList.html +++ b/src/main/resources/templates/febs/views/modules/order/orderList.html @@ -170,7 +170,7 @@ tableIns = febs.table.init({ elem: $view.find('table'), id: 'orderTable', - url: ctx + 'admin/order/orderList', + url: ctx + 'admin/order/orderList?orderType=1', cols: [[ {field: 'orderNo', title: '订单编号', minWidth: 200,align:'left'}, {field: 'memberName', title: '购买人', minWidth: 120,align:'left'}, -- Gitblit v1.9.1