{
+ initLoadCss className="sys-salary-wrapper"
+ visible={this.props.visible} onCancel={() => {
+ this.setState({ selectedRowKeys: [] }, () => {
this.props.onCancel();
- }}
- style={{ width: "60vw" }}
+ });
+ }} style={{ width: "60vw" }} scalable
buttons={[
-
+
]}
>
- {
- this.handleSearchChange(value);
- }}
- onSearch={(value) => {
- this.handleSearch(value);
- }}/>
+ this.setState({ name })}
+ onSearch={this.getSysItemList}
+ />
-
);