no message
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user