src/views/attendanceModule/attendanceSettings.vue
@@ -223,6 +223,7 @@ v-model="dialogForm.wkshop_code" style="width: 200px" placeholder="请选择" :disabled="operation==='edit'" > <el-option v-for="item in wkshopArr" @@ -390,6 +391,10 @@ } }, activated() { window.addEventListener('resize', this.getHeight) this.getHeight() }, created() { this.getAttendanceSettSearch() },