This commit is contained in:
Elune
2019-12-21 15:44:47 +08:00
parent 4ccb6cb81c
commit 2bc97e3158
7 changed files with 141 additions and 220 deletions

View File

@@ -23,9 +23,9 @@ export default {
methods: {
tabClick(name) {
if (this.activeName === 'first') {
this.$refs.local.init()
this.$refs.local.crud.toQuery()
} else {
this.$refs.qiNiu.init()
this.$refs.qiNiu.crud.toQuery()
}
}
}