src/tabviews/custom/components/module/voucher/voucherTable/index.jsx
@@ -71,6 +71,7 @@ showSearch allowClear defaultValue={item.initval} dropdownMatchSelectWidth={false} filterOption={(input, option) => option.props.children.toLowerCase().indexOf(input.toLowerCase()) >= 0} onChange={(val) => this.selectChange(val, item)} > @@ -775,14 +776,6 @@ checkData = () => { const { edData } = this.state if (edData.length === 0) { notification.warning({ top: 92, message: '提交数据不可为空!', duration: 5 }) return } let err = '' let data = fromJS(edData).toJS().map(item => { // let line = []