+ onChange={v => this.setState({
+ queryParams: { ...queryParams, dateRange: v },
+ isQuery: !isQuery
+ })}>
+
+
+ {
+ this.setState({ queryParams: { ...queryParams, pqList: v }, isQuery: !isQuery });
+ }}
+ title={getLabel(111, "片区")} {...this.getBrowserPatams(194, getLabel(111, "片区"))} />
+
+
+ this.setState({ queryParams: { ...queryParams, xmList: v }, isQuery: !isQuery })}
+ title={getLabel(111, "项目")} {...this.getBrowserPatams(194, getLabel(111, "项目"))} />
+
+
+ this.setState({
+ queryParams: { ...queryParams, zwjsList: v },
+ isQuery: !isQuery
+ })}
+ title={getLabel(111, "职务角色")} {...this.getBrowserPatams(162, getLabel(111, "职务角色"))} />
+
+
+