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,7 +1253,6 @@ export default ({ onClose, data, subOrders, orderOptType }) => { | ||
1253 | name="researchGroupSelect" | 1253 | name="researchGroupSelect" |
1254 | label="选择课题组" | 1254 | label="选择课题组" |
1255 | placeholder="请搜索并选择课题组" | 1255 | placeholder="请搜索并选择课题组" |
1256 | - rules={[{ required: true, message: '请选择课题组!' }]} | ||
1257 | request={async (value) => { | 1256 | request={async (value) => { |
1258 | const keywords = value?.keyWords || ''; | 1257 | const keywords = value?.keyWords || ''; |
1259 | const res = await postResearchGroupsListNotPage({ | 1258 | const res = await postResearchGroupsListNotPage({ |