Compare commits

..

2 Commits

Author SHA1 Message Date
何美荣
a63a7e474d Merge branch 'master' of http://121.41.2.71:3000/wyw/mh_jy_safe_web 2026-04-16 17:45:20 +08:00
何美荣
ac3195c293 BUG 2026-04-16 17:45:16 +08:00

View File

@ -468,7 +468,7 @@ class SK004CheckListNew extends React.Component {
data={this.state.checkType} onSelect={this.handleSearch3} onFilter={({ params }) => { data={this.state.checkType} onSelect={this.handleSearch3} onFilter={({ params }) => {
params.OrderType = 1 params.OrderType = 1
params.OrgId = this.props.login.OrgId params.OrgId = this.props.login.OrgId
params.Keyword = this.state.inputText params.Keyword = this.state.productionId
}} /> }} />
</Form.Item> </Form.Item>