From 60b88623397cbcc8fe81923179a1ed047392db05 Mon Sep 17 00:00:00 2001
From: gaoshp <291585735@qq.com>
Date: 星期三, 13 十一月 2024 20:22:12 +0800
Subject: [PATCH] 添加颜色
---
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