修改已知问题

This commit is contained in:
qq787203167
2022-06-14 18:54:09 +08:00
parent a2b6ab6c1d
commit 0584100d94
@@ -1080,7 +1080,7 @@
this.formInlineRoleSwitching.roleSwitchingCode = '0'
}
if (!(this.roleSwitchingList.some(val => val.roleCode == this.formInlineRoleSwitching.roleSwitchingCode))) {
this.formInlineRoleSwitching.roleSwitchingCode = this.roleSwitchingList[0].roleCode
this.formInlineRoleSwitching.roleSwitchingCode = this.roleSwitchingList[0] ? this.roleSwitchingList[0].roleCode : ''
}
this.formInlineRoleSwitching = { ...this.formInlineRoleSwitching }
})