From b0700edcd113bc36d7c0ac35745db8d084c01016 Mon Sep 17 00:00:00 2001 From: weiz <736250432@qq.com> Date: Mon, 18 Mar 2024 13:48:36 +0800 Subject: [PATCH] update --- src/views/apply_with_seal/edit.vue | 8 ++++---- src/views/apply_with_seal/index.vue | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/src/views/apply_with_seal/edit.vue b/src/views/apply_with_seal/edit.vue index 2c3d713..8bcce22 100644 --- a/src/views/apply_with_seal/edit.vue +++ b/src/views/apply_with_seal/edit.vue @@ -80,8 +80,8 @@ - - + + @@ -231,7 +231,7 @@ const formData = reactive({ stampman: '', project_id: '', project_name: '', - principal: '', + project_director: '', content: '', loan: '', borrow: '', @@ -250,7 +250,7 @@ const formData = reactive({ const customEvent = (e: any) => { formData.project_id = e.id formData.project_name = e.project_name - formData.principal = e.principal + formData.principal = e.contract.project_director showDialog.value = false } diff --git a/src/views/apply_with_seal/index.vue b/src/views/apply_with_seal/index.vue index 4fc05f6..7e9220e 100644 --- a/src/views/apply_with_seal/index.vue +++ b/src/views/apply_with_seal/index.vue @@ -58,7 +58,7 @@ - +