From 94f4f639fdef1bd8f425ee7220d09dcb08388e5e Mon Sep 17 00:00:00 2001
From: liting <994745334@qq.com>
Date: Tue, 16 Apr 2024 13:24:57 +0800
Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/views/apply/apply/index.vue | 11 ++++++++---
1 file changed, 8 insertions(+), 3 deletions(-)
diff --git a/src/views/apply/apply/index.vue b/src/views/apply/apply/index.vue
index 1f409bb40..c1ea6834f 100644
--- a/src/views/apply/apply/index.vue
+++ b/src/views/apply/apply/index.vue
@@ -108,7 +108,12 @@
-
+
+
+ 通过
+ 不通过
+
+
取 消
@@ -235,8 +240,8 @@ const saveListenerFiled = async () => {
try {
var param ={
itmeId: listid.value,
- status:'',
- comment:''
+ status:listenerFieldForm.value.status,
+ comment:listenerFieldForm.value.comment
}
await MainApi.saveRecordList(param)
Visible.value = false