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);