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