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