From 7db11f1ecbe7df37eb1a8adfdfadc8b654d46522 Mon Sep 17 00:00:00 2001
From: lkk <364857242@qq.com>
Date: 星期三, 09 四月 2025 17:30:31 +0800
Subject: [PATCH] 2

---
 src/views/picture/picture/index.vue |   20 ++++++++++++++++----
 1 files changed, 16 insertions(+), 4 deletions(-)

diff --git a/src/views/picture/picture/index.vue b/src/views/picture/picture/index.vue
index e24dc28..d49b142 100644
--- a/src/views/picture/picture/index.vue
+++ b/src/views/picture/picture/index.vue
@@ -242,7 +242,7 @@
             prop="bcupdateTime"
             min-width="160"
           />
-          <el-table-column label="鎿嶄綔" align="center" min-width="120px">
+          <!-- <el-table-column label="鎿嶄綔" align="center" min-width="120px">
             <template slot-scope="scope">
               <el-button
                 size="mini"
@@ -262,9 +262,8 @@
                 @click="queryResultone(scope.row)"
                 >缁撴灉</el-button
               >
-              <!--  @click="chaxun(scope.row) " -->
             </template>
-          </el-table-column>
+          </el-table-column> -->
 
           <!-- <el-table-column type="selection" width="40" align="center" />
           <el-table-column label="鏀惰垂椤圭洰" align="center" prop="proName" />
@@ -340,7 +339,14 @@
       />
     </div>
 
-    <Public ref="aaa" :check-status="checkStatus" :pro-result="form.proResult" :conclusion="form.conclusion" @add="handleChanges" />
+    <Public
+      ref="aaa"
+      :check-status="checkStatus"
+      :pro-result="form.proResult"
+      :conclusion="form.conclusion"
+      @add="handleChanges"
+      :project-list="projectList"
+    />
     <!--  :last-desc="form.conclusion" -->
   </div>
 </template>
@@ -413,6 +419,7 @@
       pictureList: [],
       tableList: [],
       CompanyList: [],
+      projectList: [],
       // 寮瑰嚭灞傛爣棰�
       title: "",
       // 鏄惁鏄剧ず寮瑰嚭灞�
@@ -646,6 +653,7 @@
         this.loading = false;
       }); */
     },
+
     // 鍙栨秷鎸夐挳
     cancel() {
       this.open = false;
@@ -880,6 +888,10 @@
       });
     },
     handleChange(selection) {
+      this.projectList = selection.map((item) => ({
+        proId: item.proId,
+        proName: item.proName,
+      }));
       if (selection && selection.length > 0) {
         const proId = selection[0].proId;
 

--
Gitblit v1.8.0