From 93c89ca49fb653f6ee5ab623f7400932ae62d15f Mon Sep 17 00:00:00 2001 From: zhouhefeng Date: Wed, 17 Dec 2025 16:00:06 +0800 Subject: [PATCH] commit --- .../zhgh/dayofficework/outlay/activityBudget/apply/index.html | 1 + 1 file changed, 1 insertion(+) 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) } } },