From 93b12b94eea63c05b6fef38acbc467b2e7a530aa Mon Sep 17 00:00:00 2001 From: CD <1103614279@qq.com> Date: Fri, 30 Dec 2022 10:13:20 +0800 Subject: [PATCH] =?UTF-8?q?viewer=E6=9D=83=E9=99=90=E6=98=BE=E7=A4=BA?= =?UTF-8?q?=E8=A1=A5=E5=85=85?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../components/listOfRegulations.vue | 17 +++++++++++++---- 1 file changed, 13 insertions(+), 4 deletions(-) diff --git a/jero-web/src/views/projectManagement/components/listOfRegulations.vue b/jero-web/src/views/projectManagement/components/listOfRegulations.vue index 12c43c681..930e06923 100644 --- a/jero-web/src/views/projectManagement/components/listOfRegulations.vue +++ b/jero-web/src/views/projectManagement/components/listOfRegulations.vue @@ -1075,7 +1075,10 @@ } else { roleCodeIndex = 4 } - if (this.formInlineRoleSwitching.roleSwitchingCode == '11' || this.formInlineRoleSwitching.roleSwitchingCode == '12') { + console.log(this.formInlineRoleSwitching.roleSwitchingCode); + if (this.formInlineRoleSwitching.roleSwitchingCode == '11' || + this.formInlineRoleSwitching.roleSwitchingCode == '12' || + this.formInlineRoleSwitching.roleSwitchingCode == '13') { roleCodeIndex = 0 } row.roleCodeIndex = roleCodeIndex @@ -1149,7 +1152,9 @@ } else { roleCodeIndex = 4 } - if (this.formInlineRoleSwitching.roleSwitchingCode == '11' || this.formInlineRoleSwitching.roleSwitchingCode == '12') { + if (this.formInlineRoleSwitching.roleSwitchingCode == '11' || + this.formInlineRoleSwitching.roleSwitchingCode == '12'|| + this.formInlineRoleSwitching.roleSwitchingCode == '13') { roleCodeIndex = 0 } let selectedRowKeys = JSON.parse(JSON.stringify(this.selectedRowKeys)) @@ -1370,7 +1375,9 @@ this.isDisplay = true } else { this.isDisplay = false - if (this.formInlineRoleSwitching.roleSwitchingCode == '11' || this.formInlineRoleSwitching.roleSwitchingCode == '12') { + if (this.formInlineRoleSwitching.roleSwitchingCode == '11' || + this.formInlineRoleSwitching.roleSwitchingCode == '12' || + this.formInlineRoleSwitching.roleSwitchingCode == '13') { this.isRoleSwitching = false } } @@ -1451,7 +1458,9 @@ } else { roleCodeIndex = 4 } - if (this.formInlineRoleSwitching.roleSwitchingCode == '11' || this.formInlineRoleSwitching.roleSwitchingCode == '12') { + if (this.formInlineRoleSwitching.roleSwitchingCode == '11' || + this.formInlineRoleSwitching.roleSwitchingCode == '12' || + this.formInlineRoleSwitching.roleSwitchingCode == '13') { roleCodeIndex = 0 } item.roleCodeIndex = roleCodeIndex