|
|
@@ -1323,7 +1323,10 @@ export default {
|
|
|
.filter((item) => item !== row.shi_bie_xiang_)
|
|
|
.join(',')
|
|
|
|
|
|
- this.tableList.splice(index, 1)
|
|
|
+ this.tableList.splice(
|
|
|
+ index + (this.pagination.currentPage - 1) * this.pagination.pageSize,
|
|
|
+ 1
|
|
|
+ )
|
|
|
},
|
|
|
getTimeStamp() {
|
|
|
return dayjs().format('YYYYMMDDHHmmss')
|