提供了keepalive支持 需要导入新的数据库表

This commit is contained in:
pixel
2020-04-15 17:49:30 +08:00
parent cd0b1e0336
commit 57167b6c38
7 changed files with 61 additions and 33 deletions

View File

@@ -285,6 +285,9 @@ export default {
const target = methodOptions.filter(item => item.value === value)[0]
return target && `${target.type}`
}
},
created(){
this.getTableData()
}
}
</script>