模版 重置操作
This commit is contained in:
parent
684aedb192
commit
d35b12f8a9
@ -292,8 +292,11 @@ const fetchData = async (tableParams: any) => {
|
||||
|
||||
// 重置操作
|
||||
const resetQuery = () => {
|
||||
state.queryParams.title = undefined;
|
||||
state.queryParams.type = undefined;
|
||||
@if(Model.QueryWhetherList.Count > 0) {
|
||||
@foreach (var column in Model.QueryWhetherList) {
|
||||
@:@(@column.LowerPropertyName): undefined,
|
||||
}
|
||||
}
|
||||
handleQuery(true);
|
||||
};
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user