howie 2 роки тому
батько
коміт
57b9fca347
1 змінених файлів з 1 додано та 13 видалено
  1. 1 13
      src/utils/table-sticky.js

+ 1 - 13
src/utils/table-sticky.js

@@ -42,14 +42,6 @@ export default {
     }, 1000)
   },
   methods: {
-    activatedReload() {
-      window.addEventListener('resize', this.resizeChange)
-      let timer = setTimeout(() => {
-        this.clearFixedStyle()
-        this.initFixedHeader()
-      }, 300)
-      this.timerList.push(timer)
-    },
     reset() {
       this.clearFixedStyle()
     },
@@ -255,11 +247,7 @@ export default {
       }
     }
   },
-  computed: {
-    __opened() {
-      return this.$store.state.app.sidebar.opened
-    }
-  },
+
   watch: {
     __opened() {
       this.$nextTick(() => {