Compare commits

..

No commits in common. "a63a7e474d7dab318ec7a4f682cbf19f89bc98cb" and "064cfc0f9e229a23b20810a1f31209cf64641f9f" have entirely different histories.

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.productionId params.Keyword = this.state.inputText
}} /> }} />
</Form.Item> </Form.Item>