小小儁爺
2024-09-10 d6551a0cb85f43e76e9edee23b854ed55696eb44
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,7 +391,11 @@
    }
  },
  activated() {   window.addEventListener('resize', this.getHeight)   this.getHeight() }, created() {
  activated() {
    window.addEventListener('resize', this.getHeight)
    this.getHeight()
  },
  created() {
    this.getAttendanceSettSearch()
  },
  async mounted() {