Ben Lin
2024-08-04 54bd2e89b8689e9aa8ab6edcda003da46065cb19
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;