This commit is contained in:
2025-12-17 16:00:06 +08:00
parent bb331f6e54
commit 93c89ca49f
@@ -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)
}
}
},