king
2020-04-17 4f8ffec8fc4aa9918264a3b3b4952421d896f5eb
src/tabviews/formtab/index.jsx
@@ -143,7 +143,7 @@
          notification.warning({
            top: 92,
            message: '未获取到主表数据!',
            duration: 10
            duration: 5
          })
        }
      })
@@ -155,7 +155,7 @@
      notification.warning({
        top: 92,
        message: result.message,
        duration: 10
        duration: 5
      })
    }
  }
@@ -203,7 +203,7 @@
          notification.warning({
            top: 92,
            message: item.label + ': ' + this.state.dict['main.datasource.settingerror'],
            duration: 10
            duration: 5
          })
        }
@@ -246,7 +246,7 @@
          notification.warning({
            top: 92,
            message: res.search.label + ':' + res.message,
            duration: 10
            duration: 5
          })
        }
      })
@@ -281,7 +281,7 @@
      notification.warning({
        top: 92,
        message: '未设置数据查询配置!',
        duration: 10
        duration: 5
      })
      return
    }
@@ -307,7 +307,7 @@
        notification.warning({
          top: 92,
          message: '未查询到数据信息!',
          duration: 10
          duration: 5
        })
      }
@@ -341,7 +341,7 @@
          notification.warning({
            top: 92,
            message: '未查询到' + emptys.join(', ') + '字段信息!',
            duration: 10
            duration: 5
          })
        }
      }
@@ -349,7 +349,7 @@
      notification.error({
        top: 92,
        message: result.message,
        duration: 15
        duration: 10
      })
    }
  }
@@ -364,7 +364,7 @@
      notification.warning({
        top: 92,
        message: '未设置表单字段!',
        duration: 10
        duration: 5
      })
      return null
    }