车间能级提升-智能设备管理系统
朱桂飞
2025-01-15 d5dff36d38fc7a211b34916796bbc37f17e7a2d0
eims-ui/apps/web-antd/src/views/eims/equ/equ-drawer.vue
@@ -127,10 +127,15 @@
    label: item.nickName || item.userName,
    value: item.userId
  }));
  // 筛选
  const filterOption = (input: string, option: any) => {
    return option.label.toLowerCase().includes(input.toLowerCase());
  };
  const placeholder = options.length > 0 ? '请选择' : '该部门下暂无用户';
  formApi.updateSchema([
    {
      componentProps: { options, placeholder },
      componentProps: { options, placeholder ,filterOption },
      fieldName: 'respPerson'
    }
  ]);