From 1da200847de11d2b79347033088c1626ab8ea173 Mon Sep 17 00:00:00 2001 From: zhangyanduan Date: Tue, 18 Oct 2022 16:16:49 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8D=E8=A7=92=E8=89=B2?= =?UTF-8?q?=E7=8A=B6=E6=80=81=E8=AE=BE=E7=BD=AE=E6=97=B6=E6=97=A0=E6=95=88?= =?UTF-8?q?=E7=9A=84BUG?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/config/pages/roleManage/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/config/pages/roleManage/index.vue b/src/pages/config/pages/roleManage/index.vue index d26d3ab7a..d686e6026 100644 --- a/src/pages/config/pages/roleManage/index.vue +++ b/src/pages/config/pages/roleManage/index.vue @@ -576,7 +576,7 @@ export default { if (valid) { if(this.addForm.useFlag === '启用'){ this.addForm.useFlag = '1' - }else { + }else if(this.addForm.useFlag === '禁用'){ this.addForm.useFlag = '0' } if (this.type === 1) { // 新增