|
@@ -2890,7 +2890,7 @@ export default {
|
2890
|
2890
|
}
|
2891
|
2891
|
|
2892
|
2892
|
if (this.hisPatientInfo.id_card_type == 1) {
|
2893
|
|
- 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 && this.$store.getters.xt_user.org_id != 10217) {
|
|
2893
|
+ 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 && this.$store.getters.xt_user.org_id != 10217 && this.$store.getters.xt_user.org_id != 10191) {
|
2894
|
2894
|
this.pwdFormVisible = true
|
2895
|
2895
|
this.pwd = ''
|
2896
|
2896
|
} else {
|