diff --git a/src/apis/system/type.ts b/src/apis/system/type.ts index 115ba2a..4c07677 100644 --- a/src/apis/system/type.ts +++ b/src/apis/system/type.ts @@ -37,6 +37,7 @@ export interface UserImportResp { export interface UserQuery { description?: string status?: number + createTime?: Array deptId?: string sort: Array } diff --git a/src/components/GiForm/src/GiForm.vue b/src/components/GiForm/src/GiForm.vue index d26dd6a..22c0ec7 100644 --- a/src/components/GiForm/src/GiForm.vue +++ b/src/components/GiForm/src/GiForm.vue @@ -1,5 +1,5 @@