From 6e2affea2c19bac3abc737b75f622be589d86b29 Mon Sep 17 00:00:00 2001 From: Master Date: Fri, 5 Jul 2024 12:01:04 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E9=87=8D=E7=BD=AE=E6=93=8D?= =?UTF-8?q?=E4=BD=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Admin.NET/Admin.NET.Web.Entry/wwwroot/Template/index.vue.vm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Admin.NET/Admin.NET.Web.Entry/wwwroot/Template/index.vue.vm b/Admin.NET/Admin.NET.Web.Entry/wwwroot/Template/index.vue.vm index 27291731..57088325 100644 --- a/Admin.NET/Admin.NET.Web.Entry/wwwroot/Template/index.vue.vm +++ b/Admin.NET/Admin.NET.Web.Entry/wwwroot/Template/index.vue.vm @@ -294,7 +294,7 @@ const fetchData = async (tableParams: any) => { const resetQuery = () => { @if(Model.QueryWhetherList.Count > 0) { @foreach (var column in Model.QueryWhetherList) { - @:@(@column.LowerPropertyName): undefined, + state.queryParams.@:@(@column.LowerPropertyName): undefined, } } handleQuery(true);