From 9d65dcb2e35f8091f71110c4de7a04215b63b81e Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期六, 08 五月 2021 16:59:28 +0800 Subject: [PATCH] 2021-05-08 --- src/tabviews/subtabtable/index.jsx | 9 ++------- 1 files changed, 2 insertions(+), 7 deletions(-) diff --git a/src/tabviews/subtabtable/index.jsx b/src/tabviews/subtabtable/index.jsx index fc1d490..9fb5fdc 100644 --- a/src/tabviews/subtabtable/index.jsx +++ b/src/tabviews/subtabtable/index.jsx @@ -330,13 +330,8 @@ } if (requireFields.length > 0) { - let labels = requireFields.map(item => item.label) - labels = Array.from(new Set(labels)) - - notification.warning({ - top: 92, - message: this.state.dict['form.required.input'] + labels.join('銆�') + ' !', - duration: 3 + this.setState({ + loading: false }) return } else if (window.GLOB.systemType === 'production' && setting.interType === 'custom' && !setting.proInterface) { -- Gitblit v1.8.0