浏览代码

仓储业务-入库页面

lichao 4 年之前
父节点
当前提交
5b601f8ea6
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      src/views/Warehousing/inStock/index.vue

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

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