修复 重置操作
This commit is contained in:
parent
6e2affea2c
commit
77bc61d3e6
@ -294,7 +294,7 @@ const fetchData = async (tableParams: any) => {
|
|||||||
const resetQuery = () => {
|
const resetQuery = () => {
|
||||||
@if(Model.QueryWhetherList.Count > 0) {
|
@if(Model.QueryWhetherList.Count > 0) {
|
||||||
@foreach (var column in Model.QueryWhetherList) {
|
@foreach (var column in Model.QueryWhetherList) {
|
||||||
state.queryParams.@:@(@column.LowerPropertyName): undefined,
|
@:state.queryParams.@(@column.LowerPropertyName): undefined,
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
handleQuery(true);
|
handleQuery(true);
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user