zrj
2024-06-07 fa0fc3195858a592d2ad1bdad0fa6126602ebf55
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'