1
wwl
2025-03-05 cb1f69717eed3b6a61b6c61a8934bac752782b2d
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
        }