king
2024-08-25 ae170a9d58b4f91a225eada1dc83ed4a116b8d50
src/views/interface/history/index.jsx
@@ -43,13 +43,13 @@
  }
  clear = () => {
    const _this = this
    const that = this
    confirm({
      content: 'Are you sure you want to clear all your history requests?',
      onOk() {
        Api.clearInterfaces()
        _this.setState({list: [], historys: []})
        that.setState({list: [], historys: []})
      },
      onCancel() {}
    })