Explorar o código

入库表格自适应

lichao %!s(int64=3) %!d(string=hai) anos
pai
achega
48358b24f4
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/views/Warehousing/inStock/index.vue

+ 1 - 1
src/views/Warehousing/inStock/index.vue

@@ -947,7 +947,7 @@ export default {
         this.loading = false;
         // 根据浏览器高度设置初始高度
 
-        setInterval(() => {
+        setTimeout(() => {
           this.tableHeight = window.innerHeight - this.$refs.table.$el.offsetTop - 70
         }, 300)
       });