🫰修复index.vue.vm重置操作缺少 async Close #45

This commit is contained in:
KaneLeung 2024-07-12 10:22:34 +08:00
parent 1b3ac27958
commit 365300cf65

View File

@ -338,7 +338,7 @@ const handleQuery = async (reset = false) => {
}; };
// 重置操作 // 重置操作
const resetQuery = () => { const resetQuery = async () => {
state.queryParams.searchKey = undefined, state.queryParams.searchKey = undefined,
@if(Model.QueryWhetherList.Count > 0) { @if(Model.QueryWhetherList.Count > 0) {
@foreach (var column in Model.QueryWhetherList) { @foreach (var column in Model.QueryWhetherList) {