lkk
2024-12-16 c7b33db117fd2893d7d1c93bf5d46e87d33e44d0
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
        }