From 133307a0637193ca0c23f468aea2bd91c76e710a Mon Sep 17 00:00:00 2001 From: Junjie <fallin.jie@qq.com> Date: 星期五, 08 九月 2023 14:04:57 +0800 Subject: [PATCH] # --- src/main/webapp/static/js/order/order.js | 6 ++++++ 1 files changed, 6 insertions(+), 0 deletions(-) diff --git a/src/main/webapp/static/js/order/order.js b/src/main/webapp/static/js/order/order.js index 3c5ed50..6ca4607 100644 --- a/src/main/webapp/static/js/order/order.js +++ b/src/main/webapp/static/js/order/order.js @@ -120,6 +120,11 @@ }) } + let where = {} + if (getQueryVariable('status') !== false) { + where = {status: getQueryVariable('status')} + } + // 鏁版嵁娓叉煋 tableIns = table.render({ elem: '#order', @@ -132,6 +137,7 @@ height: 'full-148', // size: 'sm', skin: 'line', + where: where, cols: [[ {type: 'checkbox'} ,{field: 'name', align: 'left',title: '璺熻釜椤圭洰鍚嶇О', style: 'color: #1890ff;cursor:pointer', event: 'more', width: 300} -- Gitblit v1.9.1