king
2020-04-01 2c0e07ad097eb692c9909efdc614cc40b8653de2
src/templates/comtableconfig/index.jsx
@@ -1086,6 +1086,15 @@
    this.menuformRef.handleConfirm().then(res => {
      this.actionFormRef.handleConfirm().then(result => {
        if (!['pop', 'exec', 'prompt'].includes(result) || result.funcType || result.intertype !== 'inner' || result.innerFunc ) {
          notification.warning({
            top: 92,
            message: '打开方式为 弹窗(表单)、提示框或直接执行,且使用系统函数时,才可以创建接口!',
            duration: 10
          })
          return
        }
        let _menu = {
          type: 'main',
          MenuID: menu.MenuID,