Explorar el Código

仓储业务-入库页面

lichao hace 4 años
padre
commit
5b601f8ea6
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  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)