From 34e429f219812e65204571f20bc7f90370e01858 Mon Sep 17 00:00:00 2001
From: pjb <123456>
Date: 星期二, 09 九月 2025 14:13:19 +0800
Subject: [PATCH] `1`

---
 construction-data/src/components/datav/index.vue |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/construction-data/src/components/datav/index.vue b/construction-data/src/components/datav/index.vue
index ee328a8..cfc0eab 100644
--- a/construction-data/src/components/datav/index.vue
+++ b/construction-data/src/components/datav/index.vue
@@ -83,7 +83,7 @@
 <!--                    </el-col>-->
 <!--                  </el-row>-->
                   <div class="pick-wall-box">
-                    <el-col :span="6" v-for="(item, index) in seedBracket" :key="index" @click.native="lightClick(item)">
+                    <el-col :span="6" v-for="(item, index) in seedBracket" :key="index" >
                       <div class="seed-bracket" :style="getLightStatus(item)" />
                     </el-col>
                   </div>
@@ -117,7 +117,7 @@
                     <el-col>
                       <div class="header-title">鎷h揣鏁伴噺锛�</div>
                       <dv-border-box-10  class="box">
-                        <el-input type="text" v-model="getWorkQty" disabled></el-input>
+                        <el-input type="text" v-model="selected.revQty" disabled></el-input>
                       </dv-border-box-10>
                     </el-col>
                   </el-row>
@@ -341,7 +341,7 @@
       //闅愯棌寮规
       this.show = false
       // eslint-disable-next-line no-undef
-      $ajax.post('wave/sow/review', { waveSeedId: this.selected.id, reviewNum: this.getWorkQty }).then(response => {
+      $ajax.post('wave/sow/review', { waveSeedId: this.selected.id, reviewNum: this.selected.revQty }).then(response => {
         if (response.code === 200) {
           this.getWaves()
         } else {

--
Gitblit v1.9.1