diff --git a/pc4mobx/hrmSalary/pages/salaryItem/formalFormModal.js b/pc4mobx/hrmSalary/pages/salaryItem/formalFormModal.js index a7e697af..e86155d5 100644 --- a/pc4mobx/hrmSalary/pages/salaryItem/formalFormModal.js +++ b/pc4mobx/hrmSalary/pages/salaryItem/formalFormModal.js @@ -3,6 +3,7 @@ import { Button, Col, Icon, Modal, Row } from "antd"; import { WeaCheckbox, WeaDialog, WeaFormItem, WeaHelpfulTip, WeaInput, WeaSelect, WeaTextarea } from "ecCom"; import { inject, observer } from "mobx-react"; import "./index.less"; +import TestModal from "./testModal"; @inject("salaryItemStore") @observer @@ -21,7 +22,8 @@ export default class FormalFormModal extends React.Component { } }, returnValue: "", - formulaDatasourceList: [] + formulaDatasourceList: [], + testVisible: false }; this.group = {}; this.field = {}; @@ -256,10 +258,14 @@ export default class FormalFormModal extends React.Component { render() { const { salaryItemStore } = this.props; const { searchGroup, searchFields } = salaryItemStore; - const { value, formulaDatasourceList, extendParam } = this.state; + const { value, formulaDatasourceList, extendParam, testVisible } = this.state; const title =