king
2023-08-15 a94b0a4d15b26ecf8fe99f0a1c3e60d60b97766d
src/views/systemproc/proc/index.jsx
@@ -13,7 +13,7 @@
class ProcControl extends Component {
  state = {
    procName: '',
    procName: this.props.func || '',
    content: '',
    loading: false,
    visible: false,
@@ -57,6 +57,12 @@
        }
      })
    }
    if (this.props.func) {
      setTimeout(() => {
        this.search(this.props.func)
      }, 500)
    }
  }
  search = (value) => {