|
@@ -187,9 +187,12 @@ export default {
|
|
pramse.error_rule = this.error_rule;
|
|
pramse.error_rule = this.error_rule;
|
|
}
|
|
}
|
|
if (this.hospital_name) {
|
|
if (this.hospital_name) {
|
|
|
|
+
|
|
pramse.hospital_name = this.hospital_name;
|
|
pramse.hospital_name = this.hospital_name;
|
|
|
|
+ pramse.hospitalName = this.hospital_name;
|
|
|
|
+
|
|
}
|
|
}
|
|
-
|
|
|
|
|
|
+
|
|
if (this.error_type) {
|
|
if (this.error_type) {
|
|
pramse.error_type = this.error_type;
|
|
pramse.error_type = this.error_type;
|
|
}
|
|
}
|