|
@@ -714,13 +714,11 @@
|
714
|
714
|
this.form.p_type = 14
|
715
|
715
|
this.form.sick_type = this.sick[0].id
|
716
|
716
|
this.form.diagnosis = this.diagnoses[0].id
|
717
|
|
- this.form.id_card_type = 1
|
|
717
|
+ this.form.id_card_type = 2
|
718
|
718
|
this.form.certificates = 1
|
719
|
|
-
|
720
|
|
- if (this.$store.getters.xt_user.org_id == 10188 || this.$store.getters.xt_user.org_id == 10217){
|
|
719
|
+ if (this.$store.getters.xt_user.org_id == 10188 || this.$store.getters.xt_user.org_id == 10217 || this.$store.getters.xt_user.org_id == 10191){
|
721
|
720
|
this.form.id_card_type = 1
|
722
|
721
|
}
|
723
|
|
-
|
724
|
722
|
if (departments.length > 0) {
|
725
|
723
|
this.form.department = departments[0].id
|
726
|
724
|
}
|