Selaa lähdekoodia

仓储业务-入库页面

lichao 4 vuotta sitten
vanhempi
commit
5b601f8ea6
1 muutettua tiedostoa jossa 1 lisäystä ja 0 poistoa
  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)