charles
2024-07-15 c77637aa6781f3275839674cb4fa2d4b72b8827c
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()
        }
    })
  },
}