更新 Admin.NET/Admin.NET.Web.Entry/wwwroot/template/web_views_index.vue.vm
格式有问题
This commit is contained in:
parent
b71aa7ecdd
commit
f47fbc1787
@ -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');
|
||||
|
||||
Loading…
Reference in New Issue
Block a user