feat:CN-1522 插件管理页开发(细节需要再调整),及代码整理

This commit is contained in:
hanyuxia
2023-12-26 18:24:05 +08:00
parent cb6d0e4765
commit 70ab0a46e6
19 changed files with 365 additions and 13 deletions

View File

@@ -353,7 +353,9 @@ export default {
},
dragend () {
this.$nextTick(() => {
if (this.$refs.dataTable && this.$refs.dataTable.$refs.dataTable) {
if (this.$refs.dataTable && this.$refs.dataTable.$refs &&
this.$refs.dataTable.$refs.dataTable
) {
this.$refs.dataTable.$refs.dataTable.doLayout()
}
})