From bcefdbc02cfe4ac4fabaf269411bf1fefbeda898 Mon Sep 17 00:00:00 2001 From: fengdong777 <1478994744@qq.com> Date: Wed, 10 May 2023 11:40:50 +0800 Subject: [PATCH] 11 --- demo-web-ui/.env.development | 4 +- .../src/api/system/datamapping/datamapping.js | 9 + demo-web-ui/src/api/system/region/region.js | 10 + .../src/views/menuManage/menuManage.vue | 748 +++++++++--------- .../organizationManage/organizationManage.vue | 7 +- .../src/views/postManage/postManage.vue | 2 +- demo-web-ui/src/views/region/region.vue | 30 +- .../views/workflow/definition/definition.vue | 18 +- demo-web-ui/src/views/workflow/form/form.vue | 16 +- 9 files changed, 451 insertions(+), 393 deletions(-) diff --git a/demo-web-ui/.env.development b/demo-web-ui/.env.development index bf4ed3f..9b4e6aa 100644 --- a/demo-web-ui/.env.development +++ b/demo-web-ui/.env.development @@ -5,5 +5,5 @@ ENV = 'development' VUE_APP_BASE_API = '/api' ## 配置测试和本地开发时的 接口地址 -##VUE_APP_URL = "http://39.104.100.138:9112" -VUE_APP_URL = "http://192.168.3.183:9112" +##VUE_APP_URL = "http://39.104.100.138:9112" +VUE_APP_URL = "http://192.168.1.177:9112" diff --git a/demo-web-ui/src/api/system/datamapping/datamapping.js b/demo-web-ui/src/api/system/datamapping/datamapping.js index 4df6928..94921b9 100644 --- a/demo-web-ui/src/api/system/datamapping/datamapping.js +++ b/demo-web-ui/src/api/system/datamapping/datamapping.js @@ -8,6 +8,15 @@ export function alterSysPlan(data) { headers: { 'Content-Type': 'application/json' } }) +} +export function saveSysPlanSchedule(data) { + return request({ + url: 'v1/sysPlanSchedule/saveSysPlanSchedule', + method: 'post', + data: data, + headers: { 'Content-Type': 'application/json' } + }) + } // 自主学习计划指导 diff --git a/demo-web-ui/src/api/system/region/region.js b/demo-web-ui/src/api/system/region/region.js index 349959d..9c29eeb 100644 --- a/demo-web-ui/src/api/system/region/region.js +++ b/demo-web-ui/src/api/system/region/region.js @@ -22,6 +22,16 @@ export function saveSysPlanSchedule(data) { } }) } +export function saveSysPlan(data) { + return request({ + url: 'v1/sysPlan/saveSysPlan', + method: 'POST', + data: data, + headers: { + 'Content-Type': 'application/json' + } + }) +} // 提交 export function upSysPlan(data) { return request({ diff --git a/demo-web-ui/src/views/menuManage/menuManage.vue b/demo-web-ui/src/views/menuManage/menuManage.vue index 20a8bef..972014f 100644 --- a/demo-web-ui/src/views/menuManage/menuManage.vue +++ b/demo-web-ui/src/views/menuManage/menuManage.vue @@ -1,25 +1,30 @@ diff --git a/demo-web-ui/src/views/organizationManage/organizationManage.vue b/demo-web-ui/src/views/organizationManage/organizationManage.vue index e1160b4..727bac0 100644 --- a/demo-web-ui/src/views/organizationManage/organizationManage.vue +++ b/demo-web-ui/src/views/organizationManage/organizationManage.vue @@ -32,11 +32,6 @@ label="学习计划" align="center" /> -