From 0ead7315c0e6076aded0dac7a6ff0b89c632287b Mon Sep 17 00:00:00 2001 From: fuliqi <fuliqi@qq.com> Date: 星期四, 28 十一月 2024 01:32:41 +0800 Subject: [PATCH] 项目基本信息、投资基本信息 --- src/views/projectEngineering/projectLibrary/component/PolicyInfo.vue | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/src/views/projectEngineering/projectLibrary/component/PolicyInfo.vue b/src/views/projectEngineering/projectLibrary/component/PolicyInfo.vue index 33598ab..2aa6cf7 100644 --- a/src/views/projectEngineering/projectLibrary/component/PolicyInfo.vue +++ b/src/views/projectEngineering/projectLibrary/component/PolicyInfo.vue @@ -195,6 +195,9 @@ } }, methods: { + submit() { + console.log("鏀跨瓥submit") + }, handleRemove(file) { if (file) { this.investmentProjectPolicyComplianceDTO.fileIdList = this.fileList.map(item => item.fileId); -- Gitblit v1.8.0