This commit is contained in:
fyy
2025-06-25 16:19:55 +08:00
parent 234c0f8096
commit 027ba5b2a3
2 changed files with 3 additions and 2 deletions

View File

@@ -7,7 +7,7 @@ import { $t } from '@vben/locales';
import { cloneDeep } from '@vben/utils';
import { useVbenForm } from '#/adapter/form';
import { cleanAdd, cleanInfo, cleanUpdate, cleanList } from '#/api/property/clean';
import { cleanList } from '#/api/property/clean';
import type { CleanVO } from '#/api/property/clean/model';
import { clean_orderAdd, clean_orderInfo, clean_orderUpdate } from '#/api/property/clean_order';
import { defaultFormValueGetter, useBeforeCloseDiff } from '#/utils/popup';