king
2019-12-23 55071f5a06673369ceba07e36cd7f85e584c3eac
src/templates/comtableconfig/tabform/index.jsx
@@ -1,6 +1,7 @@
import React, {Component} from 'react'
import PropTypes from 'prop-types'
import { Form, Row, Col, Input, Select, Icon } from 'antd'
import Utils from '@/utils/utils.js'
import './index.scss'
@@ -116,6 +117,10 @@
          values.uuid = this.props.card.uuid
          if (!values.linkTab) { // 没有关联标签(新建时),创建新标签Id
            values.linkId = Utils.getuuid()
          }
          resolve({
            type: this.props.type,
            values