diff --git a/jwtech-admin-page/src/views/building/projectInfo/projectProcess/investment/options/purposeFunds.vue b/jwtech-admin-page/src/views/building/projectInfo/projectProcess/investment/options/purposeFunds.vue index d88dfe07..d66cd081 100644 --- a/jwtech-admin-page/src/views/building/projectInfo/projectProcess/investment/options/purposeFunds.vue +++ b/jwtech-admin-page/src/views/building/projectInfo/projectProcess/investment/options/purposeFunds.vue @@ -469,6 +469,21 @@ placeholder="请输入项目法人经办人" /> + + + + + + + + + + @@ -546,6 +561,7 @@ export default { contractNumber: "", // 规划附件 projectFileList: [], + fundUseTypeOptions: [], // 请求头 headers: { jianwei: "jwtech " + getToken(), @@ -743,6 +759,10 @@ export default { created() { // this.subcontractsList = this.formData; this.getList(); + + this.getDicts("fund_use_type").then((response) => { + this.fundUseTypeOptions = response.data; + }); }, // 父组件 利用axios请求得到的值 传送到子组件,要监听,否则初始渲染时为空 // watch: { diff --git a/jwtech-admin-page/src/views/building/projectInfo/projectProcess/preparationConstruction/options/startUpDocument.vue b/jwtech-admin-page/src/views/building/projectInfo/projectProcess/preparationConstruction/options/startUpDocument.vue index eac6c0e7..2eec7484 100644 --- a/jwtech-admin-page/src/views/building/projectInfo/projectProcess/preparationConstruction/options/startUpDocument.vue +++ b/jwtech-admin-page/src/views/building/projectInfo/projectProcess/preparationConstruction/options/startUpDocument.vue @@ -120,12 +120,14 @@ prop="sectionName" min-width="120" /> + +