diff --git a/kicc-common/kicc-common-data/src/main/resources/kicc-tenant.yml b/kicc-common/kicc-common-data/src/main/resources/kicc-tenant.yml index 8498b7b1..3369953a 100644 --- a/kicc-common/kicc-common-data/src/main/resources/kicc-tenant.yml +++ b/kicc-common/kicc-common-data/src/main/resources/kicc-tenant.yml @@ -2,3 +2,4 @@ tenant: # 需要排除的多租户的表 exclusionTable: - sys_dept + - sys_tenant diff --git a/kicc-ui/src/views/system/tenant/tenant.data.ts b/kicc-ui/src/views/system/tenant/tenant.data.ts index 13707782..64210056 100644 --- a/kicc-ui/src/views/system/tenant/tenant.data.ts +++ b/kicc-ui/src/views/system/tenant/tenant.data.ts @@ -118,7 +118,7 @@ export const formSchema: FormSchema[] = [ required: true, componentProps: { style: { width:'100%' }, - valueFormat: 'YYYY-MM-DD', + valueFormat: 'YYYY-MM-DD HH:mm:ss', placeholder: '请选择开始日期' }, colProps: { span: 12 } @@ -130,7 +130,7 @@ export const formSchema: FormSchema[] = [ required: true, componentProps: { style: { width:'100%' }, - valueFormat: 'YYYY-MM-DD', + valueFormat: 'YYYY-MM-DD HH:mm:ss', placeholder: '请选择开始日期' }, colProps: { span: 12 }