diff --git a/Learun.Framework.Ultimate V7/LearunApp-2.2.0/pages.json b/Learun.Framework.Ultimate V7/LearunApp-2.2.0/pages.json index c5388f6f2..d54a90d31 100644 --- a/Learun.Framework.Ultimate V7/LearunApp-2.2.0/pages.json +++ b/Learun.Framework.Ultimate V7/LearunApp-2.2.0/pages.json @@ -1308,6 +1308,12 @@ "style": { "navigationBarTitleText": "部门周计划" } + }, + { + "path": "pages/EducationalAdministration/departmentWeek/singleFlow", + "style": { + "navigationBarTitleText": "部门周计划" + } } ], diff --git a/Learun.Framework.Ultimate V7/LearunApp-2.2.0/pages/EducationalAdministration/departmentWeek/list.vue b/Learun.Framework.Ultimate V7/LearunApp-2.2.0/pages/EducationalAdministration/departmentWeek/list.vue index a402937f4..c3b809896 100644 --- a/Learun.Framework.Ultimate V7/LearunApp-2.2.0/pages/EducationalAdministration/departmentWeek/list.vue +++ b/Learun.Framework.Ultimate V7/LearunApp-2.2.0/pages/EducationalAdministration/departmentWeek/list.vue @@ -291,8 +291,10 @@ export default { if (!(await this.CONFIRM('提交项目', '是否确认提交该项?', true))) { return } + this.LOADING('正在提交...') this.HTTP_POST('learun/departmentWeek/changeStatusById', id, '提交失败').then( success => { + this.HIDE_LOADING() if (!success) { return } @@ -304,8 +306,10 @@ export default { if (!(await this.CONFIRM('提交项目', '是否确认发布已审核通过的项目?', true))) { return } + this.LOADING('正在发布...') this.HTTP_POST('learun/departmentWeek/pushForm', id, '发布失败').then( success => { + this.HIDE_LOADING() if (!success) { return } @@ -318,9 +322,10 @@ export default { if (!(await this.CONFIRM('删除项目', '确定要删除该项吗?', true))) { return } - + this.LOADING('正在删除...') this.HTTP_POST('learun/departmentWeek/deleteForm', id, '删除失败').then( success => { + this.HIDE_LOADING() if (!success) { return } diff --git a/Learun.Framework.Ultimate V7/LearunApp-2.2.0/pages/EducationalAdministration/departmentWeek/single.vue b/Learun.Framework.Ultimate V7/LearunApp-2.2.0/pages/EducationalAdministration/departmentWeek/single.vue index 47be34c2e..3d87d7729 100644 --- a/Learun.Framework.Ultimate V7/LearunApp-2.2.0/pages/EducationalAdministration/departmentWeek/single.vue +++ b/Learun.Framework.Ultimate V7/LearunApp-2.2.0/pages/EducationalAdministration/departmentWeek/single.vue @@ -16,19 +16,19 @@ 一、常规工作安排 - 暂无数据 + 二、特色、创新(小微改革)工作安排 - 暂无数据 + + + + + + + + + + 一、常规工作安排 + + + 暂无数据 + + + + 二、特色、创新(小微改革)工作安排 + + + 暂无数据 + + + + + + + + + + +