Commit bfca367470b43a36dad6364ae77cf9e7107cc725
1 parent
897d4524
feat(Order): 课题组选择bug修复
Showing
1 changed file
with
0 additions
and
1 deletions
src/pages/Order/OrderList/OrderDrawer.tsx
... | ... | @@ -1253,7 +1253,6 @@ export default ({ onClose, data, subOrders, orderOptType }) => { |
1253 | 1253 | name="researchGroupSelect" |
1254 | 1254 | label="选择课题组" |
1255 | 1255 | placeholder="请搜索并选择课题组" |
1256 | - rules={[{ required: true, message: '请选择课题组!' }]} | |
1257 | 1256 | request={async (value) => { |
1258 | 1257 | const keywords = value?.keyWords || ''; |
1259 | 1258 | const res = await postResearchGroupsListNotPage({ | ... | ... |