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>
</thead>
<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.container_name}}</td>
<td>{{e.product_area}}</td>
@@ -123,8 +123,6 @@
options: [],
index: '',
dataList: [],
pkId: '',
pkObj: {},
reload: false,
status: 'more',
contentText: {
@@ -193,10 +191,6 @@
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 () {
if (!this.val1 || !this.val2) {
return