diff --git a/ruoyi-ui/src/views/work/emergencyDrill/index.vue b/ruoyi-ui/src/views/work/emergencyDrill/index.vue index 4b8f4261..f9f7927b 100644 --- a/ruoyi-ui/src/views/work/emergencyDrill/index.vue +++ b/ruoyi-ui/src/views/work/emergencyDrill/index.vue @@ -7,11 +7,8 @@ - - - - - + + @@ -22,7 +19,7 @@ - + @@ -284,9 +281,9 @@ export default { }, created() { this.getList(); - this.$api.publics.getZgsDeptList().then((d) => { - this.depts = d?.data || []; - }); + // this.$api.publics.getZgsDeptList().then((d) => { + // this.depts = d?.data || []; + // }); this.$api.publics.getMyProjectList({}).then((response) => { this.projectOptions = response.rows; }); diff --git a/ruoyi-ui/src/views/work/workTrain/index.vue b/ruoyi-ui/src/views/work/workTrain/index.vue index 317fa699..a79e1183 100644 --- a/ruoyi-ui/src/views/work/workTrain/index.vue +++ b/ruoyi-ui/src/views/work/workTrain/index.vue @@ -7,13 +7,9 @@ - - - - - + + - - + @@ -282,9 +278,9 @@ export default { }, created() { this.getList(); - this.$api.publics.getZgsDeptList().then((d) => { - this.depts = d?.data || []; - }); + // this.$api.publics.getZgsDeptList().then((d) => { + // this.depts = d?.data || []; + // }); this.$api.publics.getMyProjectList({}).then((response) => { this.projectOptions = response.rows; });