From d141fb0efdbe813d4d03dddb005d753464a3e22d Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期日, 29 一月 2023 18:05:36 +0800 Subject: [PATCH] 2023-01-29 --- src/tabviews/custom/components/module/voucher/voucherTable/index.jsx | 9 +-------- 1 files changed, 1 insertions(+), 8 deletions(-) diff --git a/src/tabviews/custom/components/module/voucher/voucherTable/index.jsx b/src/tabviews/custom/components/module/voucher/voucherTable/index.jsx index b3baf55..2a636f1 100644 --- a/src/tabviews/custom/components/module/voucher/voucherTable/index.jsx +++ b/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 = [] -- Gitblit v1.8.0