king
2023-01-13 7adf0212cd71a8ec604f65ba2c2e9bdfc5dec22d
src/tabviews/zshare/topSearch/index.jsx
@@ -4,6 +4,7 @@
import { Form, Row, Col, Button, notification, Modal, Drawer } from 'antd'
import { CloseOutlined, DownOutlined } from '@ant-design/icons'
import moment from 'moment'
import md5 from 'md5'
import Api from '@/api'
import options from '@/store/options.js'
@@ -37,6 +38,7 @@
  }
  record = {}
  sign = ''
  UNSAFE_componentWillMount () {
    const { config, searchlist, setting } = this.props
@@ -636,6 +638,15 @@
          }
        }
        let sign = md5(JSON.stringify(searches))
        if (sign === this.sign) return
        this.sign = sign
        setTimeout(() => {
          this.sign = ''
        }, 2000)
        this.props.refreshdata(searches)
      })
    })