src/views/hosp/datacomparison/index.vue
@@ -134,8 +134,10 @@ this.model.tjCustomerSex = this.$route.query.tjCustomerSex if (this.model.tjCustomerSex == "0") { this.model.tjCustomerSex = "男" } else { } else if(this.model.tjCustomerSex == "1"){ this.model.tjCustomerSex = "女" } else if(this.model.tjCustomerSex == "2"){ this.model.tjCustomerSex = "未知" } this.model.tjCustomerPhone = this.$route.query.tjCustomerPhone }