From 38d8379be1fd9a72b8bd511dfb57ad67292bdf1e Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期五, 29 十月 2021 18:42:32 +0800 Subject: [PATCH] 2021-10-29 --- src/tabviews/subtable/index.jsx | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/tabviews/subtable/index.jsx b/src/tabviews/subtable/index.jsx index e17dc76..afe536d 100644 --- a/src/tabviews/subtable/index.jsx +++ b/src/tabviews/subtable/index.jsx @@ -373,7 +373,7 @@ return } } - + if (this.props.Tab.supMenu && !BID) { // 涓昏〃ID涓嶅瓨鍦ㄦ椂锛屼笉鏌ヨ瀛愯〃 this.setState({ data: [], @@ -921,7 +921,7 @@ this.setState({BData: data, BID: id}) - if (id !== this.state.BID) { + if (id !== this.state.BID || id !== '') { MKEmitter.emit('resetTable', this.props.Tab.uuid) // 鍒楄〃閲嶇疆 this.setState({ pageIndex: 1 -- Gitblit v1.8.0