From ae19c4189141c89ed28c3249843129a5584f7490 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=A7=9C=E7=8E=89=E7=90=A6?= <7507756+jiang_yuqi@user.noreply.gitee.com> Date: Mon, 28 Aug 2023 01:11:14 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8F=90=E4=BA=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/views/project/surProject/index.vue | 8 +- .../surProjectSpecialDrawer.vue | 104 ++++++++++-------- .../video/videoConfig/videoPlayDrawer.vue | 2 +- ruoyi-ui/src/views/video/videoList/index.vue | 2 +- .../emergencyDrill/emergencyDrillDrawer.vue | 46 ++------ .../views/work/workTrain/workTrainDrawer.vue | 36 ++---- .../project/controller/ProjectController.java | 28 ++++- .../controller/WechatUserLoginController.java | 31 +++++- .../SurProjectWorkSpecialServiceImpl.java | 2 +- .../resources/mapper/work/WorkTrainMapper.xml | 4 +- 10 files changed, 138 insertions(+), 125 deletions(-) diff --git a/ruoyi-ui/src/views/project/surProject/index.vue b/ruoyi-ui/src/views/project/surProject/index.vue index 2c9feba4..5380e1e6 100644 --- a/ruoyi-ui/src/views/project/surProject/index.vue +++ b/ruoyi-ui/src/views/project/surProject/index.vue @@ -781,11 +781,7 @@ - + @@ -1068,7 +1064,7 @@ export default { this.$refs.emergencyDrillDrawer.show(row); break; case "handleProjectSpecial": - this.handleProjectSpecial(row); + this.$refs.projectSpecial.show(row); break; case "handleProjectDeptWroks": this.$refs.deptWroksDrawer.show(row); diff --git a/ruoyi-ui/src/views/project/surProjectSpecial/surProjectSpecialDrawer.vue b/ruoyi-ui/src/views/project/surProjectSpecial/surProjectSpecialDrawer.vue index f45e02f4..57e9caef 100644 --- a/ruoyi-ui/src/views/project/surProjectSpecial/surProjectSpecialDrawer.vue +++ b/ruoyi-ui/src/views/project/surProjectSpecial/surProjectSpecialDrawer.vue @@ -1,13 +1,27 @@