From 9ffa654958329779e7290734173c068a6c2a278f Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期二, 02 三月 2021 16:41:55 +0800 Subject: [PATCH] 2021-03-02 --- src/tabviews/subtabtable/index.jsx | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/tabviews/subtabtable/index.jsx b/src/tabviews/subtabtable/index.jsx index 58ecb38..3022444 100644 --- a/src/tabviews/subtabtable/index.jsx +++ b/src/tabviews/subtabtable/index.jsx @@ -379,7 +379,7 @@ Api.genericInterface(param).then(res => { if (res.status) { - if (res.mk_ex_invoke === 'false') { + if (res.mk_ex_invoke === 'false' || res.mk_ex_invoke === false) { this.loadmaindata() } else { this.customOuterRequest(res) -- Gitblit v1.8.0