From fa0fc3195858a592d2ad1bdad0fa6126602ebf55 Mon Sep 17 00:00:00 2001
From: zrj <646384940@qq.com>
Date: Fri, 07 Jun 2024 14:17:10 +0800
Subject: [PATCH] 路径配置修改

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

diff --git a/src/views/place/practitioner.vue b/src/views/place/practitioner.vue
index 085d4e6..a7f99b2 100644
--- a/src/views/place/practitioner.vue
+++ b/src/views/place/practitioner.vue
@@ -78,10 +78,10 @@
   getPractitionerList as getList,
   add,
   getWarningPersonnelCount as getCount
-} from "@/api/place/place"
+} from "@/ssoapi/place/place"
 import {
   remove
-} from "@/api/place/practitioner"
+} from "@/ssoapi/place/practitioner"
 import {
   mapGetters
 } from "vuex"
@@ -157,14 +157,14 @@
             },
             {
               label: "女",
-              value: 2
+              value: 0
             }
           ]
         },
         {
           label: "民族",
           width: 80,
-          dicUrl: "/api/blade-system/dict-biz/tree?code=nationType",
+          dicUrl: "/ssoapi/blade-system/dict-biz/tree?code=nationType",
           props: {
             label: "title",
             value: "key",
@@ -387,7 +387,7 @@
             text: '男',
             type: 'primary'
           }
-        } else if (data == 2) {
+        } else if (data == 0) {
           tags = {
             text: '女',
             type: 'primary'

--
Gitblit v1.9.3