chore: 完善form demo

This commit is contained in:
dap
2024-09-11 21:32:30 +08:00
parent 6063a8e294
commit 14b9553b7e
9 changed files with 228 additions and 91 deletions

View File

@@ -1,8 +1,8 @@
import type { DictData } from './dict-data-model';
import type { ID, IDS, PageQuery } from '#/api/base';
import type { ID, IDS, PageQuery } from '#/api/common';
import { commonExport } from '#/api/base';
import { commonExport } from '#/api/helper';
import { requestClient } from '#/api/request';
enum Api {

View File

@@ -1,8 +1,8 @@
import type { DictType } from './dict-type-model';
import type { ID, IDS, PageQuery } from '#/api/base';
import type { ID, IDS, PageQuery } from '#/api/common';
import { commonExport } from '#/api/base';
import { commonExport } from '#/api/helper';
import { requestClient } from '#/api/request';
enum Api {