king
2024-08-25 326aa6b3effaccc71cfe0775d47b0f29eb3695a6
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() {}
    })