修复 重置操作

This commit is contained in:
Master 2024-07-05 12:01:58 +08:00
parent 6e2affea2c
commit 77bc61d3e6

View File

@ -294,7 +294,7 @@ const fetchData = async (tableParams: any) => {
const resetQuery = () => {
@if(Model.QueryWhetherList.Count > 0) {
@foreach (var column in Model.QueryWhetherList) {
state.queryParams.@:@(@column.LowerPropertyName): undefined,
@:state.queryParams.@(@column.LowerPropertyName): undefined,
}
}
handleQuery(true);