修复 重置操作

This commit is contained in:
Master 2024-07-05 12:02:52 +08:00
parent 77bc61d3e6
commit d31dd5f7a4

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