fix(projects): 修复导出查询参数问题

This commit is contained in:
xlsea
2025-06-17 14:01:41 +08:00
parent 031b7f698a
commit ffa47c37fa
12 changed files with 89 additions and 41 deletions

View File

@ -25,7 +25,6 @@ const { formRef, validate, restoreValidation } = useNaiveForm();
const model = defineModel<Api.Demo.TreeSearchParams>('model', { required: true });
async function reset() {
Object.assign(model.value.params!, {});
await restoreValidation();
emit('reset');
}