gaohaiyong 1 年之前
父节点
当前提交
4c12e4df76
共有 1 个文件被更改,包括 4 次插入1 次删除
  1. 4 1
      src/views/data/medicalRecords/defectList.vue

+ 4 - 1
src/views/data/medicalRecords/defectList.vue

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