This commit is contained in:
2025-12-31 09:00:36 +08:00
parent c0213788eb
commit 402167dfb9
@@ -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() {