diff --git a/src/main/resources/views/platform/zhgh/dayofficework/outlay/activityBudget/apply/index.html b/src/main/resources/views/platform/zhgh/dayofficework/outlay/activityBudget/apply/index.html index 27e70af..a34c8f9 100644 --- a/src/main/resources/views/platform/zhgh/dayofficework/outlay/activityBudget/apply/index.html +++ b/src/main/resources/views/platform/zhgh/dayofficework/outlay/activityBudget/apply/index.html @@ -276,6 +276,7 @@ layout("/layouts/platform.html"){ this.budgetTypeOption = budgetTypeOption if (this.budgetTypeOption.length === 1){ this.$set(this.formData, "outlayManageSource", this.budgetTypeOption[0].code) + this.budgetTypeCodeChange(this.budgetTypeOption[0].code) } } },