king
2024-12-31 740c0829f765390ea867644de15744d0c3c25eb3
2024-12-31
2个文件已修改
12 ■■■■■ 已修改文件
src/router/index.js 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/tabviews/custom/components/card/prop-card/index.jsx 8 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/router/index.js
@@ -24,7 +24,7 @@
const RoleManage = asyncLoadComponent(() => import('@/views/rolemanage'))
const SystemFunc = asyncLoadComponent(() => import('@/views/systemfunc'))
const SystemProc = asyncLoadComponent(() => import('@/views/systemproc'))
const SystemCheck = asyncLoadComponent(() => import('@/views/syscheck'))
// const SystemCheck = asyncLoadComponent(() => import('@/views/syscheck'))
const MkIframe = asyncLoadComponent(() => import('@/views/mkiframe'))
const routers = [
@@ -55,7 +55,7 @@
  {path: '/view/:menuId', name: 'iframe', component: MkIframe},
  {path: '/view/:menuId/:bid', name: 'iframe', component: MkIframe},
  {path: '/interface', name: 'interface', component: Interface},
  {path: '/syscheck', name: 'syscheck', component: SystemCheck}
  // {path: '/syscheck', name: 'syscheck', component: SystemCheck}
]
export default class RouteConfig extends Component {
src/tabviews/custom/components/card/prop-card/index.jsx
@@ -399,7 +399,9 @@
    this.autoTimer && clearTimeout(this.autoTimer)
    if (btn) {
    if (config.setting.supModule && config.wrap.datatype === 'static' && !data.$$BID) {
    } else if (btn) {
      MKEmitter.emit('triggerBtnId', config.wrap.autoExec, data.$$empty ? [] : [data])
    } else if (!times || times < 20) {
      times = times ? times + 1 : 1
@@ -526,11 +528,11 @@
      this.setState({
        data: _data,
      })
      }, () => {
      if (!btn) {
        this.autoExec()
      }
      })
      return
    } else if (config.setting.supModule && !BID) { // BID 不存在时,不做查询
      this.setState({