forked from nsjcy/frontEnd/nsjcy

liuwh
2020-06-09 5a887acf1924950715086633d329db045223b5c4
SunshineIns/src/page/Sweeping.jsx
@@ -45,7 +45,7 @@
  getData = () => {
    const { formdata } = this.state;
    Fetch.getSweeping(formdata)
    Fetch.appointment(formdata)
      .then(res => {
        for (var i = 0; i < res.length; i++) {
          res[i]['index'] = i + 1;
@@ -66,7 +66,7 @@
  Seaech = () => {
    const { formdata } = this.state;
    Fetch.getSweeping(formdata)
    Fetch.appointment(formdata)
      .then(res => {
        for (var i = 0; i < res.length; i++) {
          res[i]['index'] = i + 1;
@@ -154,10 +154,10 @@
    return (
      <div className="app-page">
        <HeadView history={this.props.history} />
        <Breadcrumb style={{ padding: '20px' }}>
        {/* <Breadcrumb style={{ padding: '20px' }}>
          <Breadcrumb.Item><a href="">后台中心</a></Breadcrumb.Item>
          <Breadcrumb.Item>扫黑除恶</Breadcrumb.Item>
        </Breadcrumb>
        </Breadcrumb> */}
        <TableBtnView name={''} key={resetKey}>
          <Select
            style={{ width: 200 }}
@@ -168,7 +168,7 @@
            <Option value="2">涉黑涉恶违法犯罪保护伞</Option>
            <Option value="3">其他</Option>
          </Select>
          <Input placeholder="根据内容模糊查询" style={{ width: "200px" }} name='content' onChange={this.onInputChange} />
          <Input placeholder="根据举报说明模糊查询" style={{ width: "200px" }} name='content' onChange={this.onInputChange} />
          <Select
            style={{ width: 200 }}
            placeholder="根据状态查询"