From 426d30df38b128a8943b627e118e95d8e16cf923 Mon Sep 17 00:00:00 2001 From: Ben Lin <maobin001@msn.com> Date: 星期四, 18 七月 2024 15:20:36 +0800 Subject: [PATCH] 组织工厂权限更新 --- src/views/components/data.ts | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/components/data.ts b/src/views/components/data.ts index 79852ad..3f4d0b6 100644 --- a/src/views/components/data.ts +++ b/src/views/components/data.ts @@ -4,7 +4,7 @@ * @version: * @Date: 2024-06-05 15:50:59 * @LastEditors: Ben Lin - * @LastEditTime: 2024-06-27 10:54:27 + * @LastEditTime: 2024-06-28 11:31:37 */ import { getWoFns, @@ -47,7 +47,7 @@ } export function getFormSchema(type: string) { - let _formSchema = [] as FormSchema[]; + let _formSchema: FormSchema[] = []; switch (type) { case 'BIZ_MES_WO': _formSchema = woformSchema; -- Gitblit v1.9.3