This commit is contained in:
何美荣 2026-04-16 17:45:16 +08:00
parent ea8b90fdf2
commit ac3195c293

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>