commit
This commit is contained in:
+4
-1
@@ -515,7 +515,8 @@ layout("/layouts/platform.html"){
|
|||||||
})
|
})
|
||||||
},
|
},
|
||||||
initBudgetType() {
|
initBudgetType() {
|
||||||
this.budgetTypeOption = this.dict.type.ACTIVITY_BUDGET_TYPE
|
this.$businessTool.getDictOptions("ACTIVITY_BUDGET_TYPE").then(resp => {
|
||||||
|
this.budgetTypeOption = resp
|
||||||
const budgetTypeCloseOption = []
|
const budgetTypeCloseOption = []
|
||||||
if (this.$auth.hasRoleOr(["SYSADMIN", "SCHOOL_UNION_ADMIN"])) {
|
if (this.$auth.hasRoleOr(["SYSADMIN", "SCHOOL_UNION_ADMIN"])) {
|
||||||
|
|
||||||
@@ -543,6 +544,8 @@ layout("/layouts/platform.html"){
|
|||||||
}
|
}
|
||||||
this.budgetTypeOption = budgetTypeCloseOption
|
this.budgetTypeOption = budgetTypeCloseOption
|
||||||
}
|
}
|
||||||
|
})
|
||||||
|
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
async created() {
|
async created() {
|
||||||
|
|||||||
Reference in New Issue
Block a user