no message

This commit is contained in:
2025-07-14 14:56:47 +08:00
parent 1372427dc0
commit 33a184549a

View File

@@ -39,7 +39,7 @@
</tr> </tr>
</thead> </thead>
<tbody> <tbody>
<tr v-for="(e, i) in dataList" :key="i" @click="toCheck(e)" :class="{'checked': e.container_name === pkId}"> <tr v-for="(e, i) in dataList" :key="i">
<td>{{e.point_code}}</td> <td>{{e.point_code}}</td>
<td>{{e.container_name}}</td> <td>{{e.container_name}}</td>
<td>{{e.product_area}}</td> <td>{{e.product_area}}</td>
@@ -123,8 +123,6 @@
options: [], options: [],
index: '', index: '',
dataList: [], dataList: [],
pkId: '',
pkObj: {},
reload: false, reload: false,
status: 'more', status: 'more',
contentText: { contentText: {
@@ -193,10 +191,6 @@
this.status = 'noMore' this.status = 'noMore'
} }
}, },
toCheck (e) {
this.pkId = this.pkId === e.container_name ? '' : e.container_name
this.pkObj = this.pkId === e.container_name ? e : {}
},
async handleConfirm1 () { async handleConfirm1 () {
if (!this.val1 || !this.val2) { if (!this.val1 || !this.val2) {
return return