11
lkk
2025-03-31 bad2bc143be3f8ddb93a1c9f984127b3ccf43e8f
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
        }