From e31f73ace126968981a7495a8c6a87561888285c Mon Sep 17 00:00:00 2001 From: hjm <63528605@qq.com> Date: Tue, 13 Aug 2019 19:09:58 +0800 Subject: [PATCH] 4 --- .../src/modules/tpm/shixunchild/Collaborators/Collaborators.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/react/src/modules/tpm/shixunchild/Collaborators/Collaborators.js b/public/react/src/modules/tpm/shixunchild/Collaborators/Collaborators.js index 080c73a5e..1662635ba 100644 --- a/public/react/src/modules/tpm/shixunchild/Collaborators/Collaborators.js +++ b/public/react/src/modules/tpm/shixunchild/Collaborators/Collaborators.js @@ -113,7 +113,7 @@ class Collaborators extends Component { onSearchcalue:"" }) let admintype = this.props.identity; - if (admintype>3) { + if (admintype>4) { this.props.showSnackbar("您没有权限"); return }