Commit 297012748c016db91ad4d813ed8e5e4b3cdf11c7

Authored by 杜志良
1 parent f3db209c

fix-bug: 修复工时分成比例列表搜索关键字错误问题

src/pages/cas/afterSaleConfiguration/manhoursProportionConfig/index.tsx
... ... @@ -52,7 +52,7 @@ export default function ManhoursProportionConfig() {
52 52 style={{ width: 240, marginLeft: 20 }}
53 53 placeholder="请输入机修组名称搜索"
54 54 allowClear
55   - onSearch={(value) => setParams({ keywords: value }, true)}
  55 + onSearch={(value) => setParams({ keyword: value }, true)}
56 56 />
57 57 </div>
58 58  
... ...