From 4522ab3fe8bd45ee753ef187448c1e884bbc601f Mon Sep 17 00:00:00 2001
From: shuishen <1109946754@qq.com>
Date: Thu, 18 Apr 2024 11:09:27 +0800
Subject: [PATCH] Merge branch 'master' of http://s16s652780.51mypc.cn:49896/r/jczz_web

---
 src/views/place/practitioner.vue |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/views/place/practitioner.vue b/src/views/place/practitioner.vue
index 085d4e6..ae2fb99 100644
--- a/src/views/place/practitioner.vue
+++ b/src/views/place/practitioner.vue
@@ -157,7 +157,7 @@
             },
             {
               label: "女",
-              value: 2
+              value: 0
             }
           ]
         },
@@ -387,7 +387,7 @@
             text: '男',
             type: 'primary'
           }
-        } else if (data == 2) {
+        } else if (data == 0) {
           tags = {
             text: '女',
             type: 'primary'

--
Gitblit v1.9.3