修复重置操作
This commit is contained in:
parent
321d19f100
commit
6e2affea2c
@ -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) {
|
||||||
@:@(@column.LowerPropertyName): undefined,
|
state.queryParams.@:@(@column.LowerPropertyName): undefined,
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
handleQuery(true);
|
handleQuery(true);
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user