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