更新 Admin.NET/Admin.NET.Web.Entry/wwwroot/template/web_views_index.vue.vm

格式有问题
This commit is contained in:
Hans 2024-11-19 22:52:13 +08:00
parent b71aa7ecdd
commit f47fbc1787

View File

@ -345,10 +345,10 @@ const handleQuery = async (reset = false) => {
// 重置操作
const resetQuery = async () => {
state.queryParams.searchKey = undefined,
state.queryParams.searchKey = undefined;
@if(Model.QueryWhetherList.Count > 0) {
@foreach (var column in Model.QueryWhetherList) {
@:state.queryParams.@(@column.LowerPropertyName) = undefined,
@:state.queryParams.@(@column.LowerPropertyName) = undefined;
}
}
await xGrid.value?.commitProxy('reload');