From 3931e2728f618d0090f129b2665bc1285c4440c3 Mon Sep 17 00:00:00 2001 From: gaoshp <291585735@qq.com> Date: 星期日, 03 十一月 2024 17:27:32 +0800 Subject: [PATCH] update --- src/views/master/person/main/department.vue | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/master/person/main/department.vue b/src/views/master/person/main/department.vue index 26ae0a3..1b17c96 100644 --- a/src/views/master/person/main/department.vue +++ b/src/views/master/person/main/department.vue @@ -73,7 +73,7 @@ }, methods: { getOrganizationList() { - this.$HTTP.get(`/api/blade-cps/organization/tree?groupType=group_organization&groupCategory=1`).then(res=> { + this.$HTTP.get(`/api/smis/organization/tree?groupType=group_organization&groupCategory=1`).then(res=> { if(res.code == 200) { this.departmentList = res.data; } @@ -109,7 +109,7 @@ obj.status = obj.status ? 1 : 0; this.$refs.dialogForm.validate(async (valid) => { if (valid) { - this.$HTTP[postMethods]("/api/blade-cps/group",obj).then(res=> { + this.$HTTP[postMethods]("/api/smis/group",obj).then(res=> { if(res.code == 200) { this.$emit('success', this.depatmentForm, this.mode); this.visible = false; -- Gitblit v1.9.3