|
@@ -641,6 +641,7 @@ export default {
|
|
for (var i=0; i<this.shipmentListData.length; i++){
|
|
for (var i=0; i<this.shipmentListData.length; i++){
|
|
this.shipmentListData.randomId = randomUUID();
|
|
this.shipmentListData.randomId = randomUUID();
|
|
}
|
|
}
|
|
|
|
+ this.selectedRowKeys = []
|
|
this.pagination = {
|
|
this.pagination = {
|
|
total: res.result.total,
|
|
total: res.result.total,
|
|
current: res.result.current,
|
|
current: res.result.current,
|