From 6b164baf77aceb3e4c79fbd67f89c2a670fc5141 Mon Sep 17 00:00:00 2001
From: yangys <y_ys79@sina.com>
Date: 星期一, 09 十二月 2024 10:20:33 +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