@@ -521,6 +521,7 @@ export default {
if (res.result.records != null){
this.adPaListClothesData = res.result.records;
}
+ this.selectedRowKeys = []
this.pagination = {
total: res.result.total,
current: res.result.current,
@@ -285,6 +285,7 @@ export default {
bookList(this.queryParam).then(res => {
if (res.success) {
this.bookListData = res.result.records
@@ -530,6 +530,7 @@ export default {
var n=str.split(" ");
item.hod = n[0]
})
that.pagination = {
@@ -324,6 +324,7 @@ export default {
this.fabricListData = res.result.records;
this.loading = false
@@ -641,6 +641,7 @@ export default {
for (var i=0; i<this.shipmentListData.length; i++){
this.shipmentListData.randomId = randomUUID();