feat:CN-1522 插件管理页开发(细节需要再调整),及代码整理
This commit is contained in:
@@ -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()
|
||||
}
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user