融资需求核对完成

This commit is contained in:
aixianling
2022-02-25 10:07:29 +08:00
parent 829f03e68c
commit 164203adab
3 changed files with 49 additions and 31 deletions

View File

@@ -23,11 +23,8 @@ export default {
return !!this.$route.query.id ? NeedsDetail : NeedsList
}
},
data() {
return {}
},
created() {
this.dict.load("enterpriseName")
this.dict.load("productRepaymentTimeline", "financialFundPurpose")
}
}
</script>