From 5da871a9345d1b80767623cdbe74a45e3ff5532b Mon Sep 17 00:00:00 2001
From: lkk <364857242@qq.com>
Date: 星期四, 03 四月 2025 13:56:06 +0800
Subject: [PATCH] 1

---
 src/views/picture/picture/index.vue |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)

diff --git a/src/views/picture/picture/index.vue b/src/views/picture/picture/index.vue
index 9219872..91c4462 100644
--- a/src/views/picture/picture/index.vue
+++ b/src/views/picture/picture/index.vue
@@ -335,7 +335,7 @@
       />
     </div>
 
-    <Public ref="aaa" @add="handleChanges" />
+    <Public ref="aaa" :last-desc="form.conclusion" @add="handleChanges" />
   </div>
 </template>
 
@@ -850,14 +850,17 @@
       }
     },
 
-    handleChanges(value) {
+    handleChanges(value,yxbx) {
       this.form.conclusion = value;
+      this.form.proResult = yxbx;
     },
 
     submiepilog() {
       this.$refs.aaa.open = true;
       let proId = "1633660948860522585";
+      // let proId = null  
       this.$refs.aaa.getList(proId);
+      
     },
     tupian() {
       this.dialogVisible = true;

--
Gitblit v1.8.0