king
2024-08-03 c18f79e01a2705d34d5ac2923a26913dba07ea14
src/menu/debug/index.jsx
@@ -2203,7 +2203,7 @@
    this.setState({status: this.verSqls.length > 0 ? 'loading' : 'over', execId: item.uuid})
    console.info(`/* 组件:${item.name}  检验项:${item.label} */`)
    window.mkInfo(`/* 组件:${item.name}  检验项:${item.label} */`)
    Api.sDebug(item.sql).then(result => {
      if (result.status || result.ErrCode === '-2') {