From 07b11e5657fa978ef063a31413c1f3fd47803b74 Mon Sep 17 00:00:00 2001 From: Seven Date: Fri, 9 Jan 2026 14:31:28 +0700 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=9B=B4=E6=96=B0=E4=BA=A7=E5=93=81?= =?UTF-8?q?=E6=8F=90=E4=BA=A4=E9=80=BB=E8=BE=91=EF=BC=8C=E4=BF=AE=E6=94=B9?= =?UTF-8?q?=E4=B8=8A=E4=BC=A0=E7=BB=84=E4=BB=B6=E4=BB=A5=E6=94=AF=E6=8C=81?= =?UTF-8?q?=E6=96=87=E4=BB=B6=E7=B1=BB=E5=9E=8B=E5=92=8C=E6=95=B0=E6=8D=AE?= =?UTF-8?q?=E6=A0=BC=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/rwa/product/components/add.vue | 26 +++++++++++------------- 1 file changed, 12 insertions(+), 14 deletions(-) diff --git a/src/views/rwa/product/components/add.vue b/src/views/rwa/product/components/add.vue index db36002..fab45ab 100644 --- a/src/views/rwa/product/components/add.vue +++ b/src/views/rwa/product/components/add.vue @@ -72,12 +72,11 @@ function handleCreateDraft() { function handleCreateDraftAndSubmit() { formInst.value?.validate(async errors => { if (!errors) { - // await safeClient( - // client.api.admin.rwa.issuance.products.post({ - // ...form.value, - // submitForReview: true - // }) - // ); + await safeClient( + client.api.admin.rwa.issuance.products.submit.post({ + ...form.value + }) + ); emit('close'); } }); @@ -129,15 +128,14 @@ function handleCreateDraftAndSubmit() { - - 上传文件 - + accept="application/pdf,image/*,.doc,.docx" + @update:model-value="val => (form.proofDocuments = val.join(','))" + /> 创建草稿并提交审核