|
@@ -2123,7 +2123,7 @@ export default {
|
2123
|
2123
|
}
|
2124
|
2124
|
|
2125
|
2125
|
if (this.hisPatientInfo.id_card_type == 1) {
|
2126
|
|
- if (this.hisPatientInfo.balance_accounts_type != 2 && this.$store.getters.xt_user.org_id != 10088 && this.$store.getters.xt_user.org_id != 10106) {
|
|
2126
|
+ if (this.hisPatientInfo.balance_accounts_type != 2 && this.$store.getters.xt_user.org_id != 10088 && this.$store.getters.xt_user.org_id != 10106 && this.$store.getters.xt_user.org_id != 10188) {
|
2127
|
2127
|
this.pwdFormVisible = true
|
2128
|
2128
|
this.pwd = ''
|
2129
|
2129
|
} else {
|