Ben Lin
2024-07-18 426d30df38b128a8943b627e118e95d8e16cf923
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;