From 37bdbfe57736dda2b2ee368f90ac7e27f26bacda Mon Sep 17 00:00:00 2001
From: zrj <646384940@qq.com>
Date: Fri, 07 Jun 2024 13:55:52 +0800
Subject: [PATCH] 环境api 修改
---
src/views/property/components/todo.vue | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/src/views/property/components/todo.vue b/src/views/property/components/todo.vue
index 6a43049..02a4ac7 100644
--- a/src/views/property/components/todo.vue
+++ b/src/views/property/components/todo.vue
@@ -34,7 +34,7 @@
} from "vuex"
import {
todoList
- } from "@/api/work/work"
+ } from "@/ssoapi/work/work"
import {
flowCategory,
flowRoute
@@ -84,7 +84,7 @@
label: "流程分类",
type: "select",
row: true,
- dicUrl: "/api/blade-system/dict/dictionary?code=flow",
+ dicUrl: "/ssoapi/blade-system/dict/dictionary?code=flow",
props: {
label: "dictValue",
value: "dictKey"
@@ -142,7 +142,7 @@
prop: "districtId",
// search: true,
type: 'tree',
- dicUrl: `/api/blade-district/district/getDistrictTree`,
+ dicUrl: `/ssoapi/blade-district/district/getDistrictTree`,
props: {
label: "name",
value: "id"
--
Gitblit v1.9.3