src/views/systemSetting/workshopManage/components/silkTableList.vue @@ -406,7 +406,9 @@ //解决表格抖动问题 beforeUpdate() { this.$nextTick(() => { if(this.$refs["fromTable"]){ this.$refs["fromTable"].doLayout() } }) }, }