flat: 暂存

This commit is contained in:
Apcallover
2024-06-12 15:27:14 +08:00
parent e77a6a774b
commit 9a61fca92f
8 changed files with 246 additions and 95 deletions

View File

@@ -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 = {