flat: 暂存
This commit is contained in:
@@ -308,7 +308,7 @@ export default {
|
||||
return {
|
||||
editBtn: true,
|
||||
delBtn: true,
|
||||
addBtn: true,
|
||||
addBtn: false,
|
||||
viewBtn: true,
|
||||
border: true,
|
||||
index: true,
|
||||
@@ -374,6 +374,11 @@ export default {
|
||||
this.initDept()
|
||||
this.onLoad(this.page, this.query)
|
||||
},
|
||||
activated() {
|
||||
this.$nextTick(() => {
|
||||
this.$refs.crud.refreshTable()
|
||||
})
|
||||
},
|
||||
methods: {
|
||||
async getDept() {
|
||||
let params = {
|
||||
|
||||
Reference in New Issue
Block a user