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 @@