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 d6ce6e98..50484b16 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 @@ -338,7 +338,7 @@ const handleQuery = async (reset = false) => { }; // 重置操作 -const resetQuery = () => { +const resetQuery = async () => { state.queryParams.searchKey = undefined, @if(Model.QueryWhetherList.Count > 0) { @foreach (var column in Model.QueryWhetherList) {