king
2023-02-14 3620d67cfd2f2af19ef4d656734badd4445c90b8
src/tabviews/zshare/mutilform/index.jsx
@@ -41,6 +41,7 @@
  state = {
    formlist: [],    // 表单项
    ID: ''
  }
  record = {}
@@ -506,7 +507,7 @@
    this.record = record
    this.setState({ formlist }, () => {
    this.setState({ formlist, ID: this.props.data ? this.props.data.$$uuid || '' : '' }, () => {
      if (unload) return
      
      if (action.setting && action.setting.focus && fieldMap.has(action.setting.focus)) {
@@ -565,7 +566,8 @@
      obj_name: '',
      arr_field: '',
      table_type: 'Y',
      BID: BID || ''
      BID: BID || '',
      ID: this.state.ID || ''
    }
    if (param.LText) {
@@ -600,7 +602,8 @@
      obj_name: '',
      arr_field: '',
      table_type: 'Y',
      BID: BID || ''
      BID: BID || '',
      ID: this.state.ID || ''
    }
    if (mainparam.LText) {
@@ -661,7 +664,8 @@
        LText: _sql + form.base_sql,
        obj_name: form.field,
        arr_field: form.arr_field,
        BID: this.props.BID || ''
        BID: this.props.BID || '',
        ID: this.state.ID || ''
      }
      if (debug) {