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