|
@@ -382,6 +382,7 @@
|
|
|
this.queryParams.isDelete = []
|
|
|
this.startNumber = 1
|
|
|
this.queryParams.startNumber = 1
|
|
|
+ this.queryParams.endNumber = this.total
|
|
|
this.endNumber = 0
|
|
|
this.queryParams.selected = []
|
|
|
this.checkList = []
|
|
@@ -578,9 +579,12 @@
|
|
|
isAdd:this.queryParams.isAdd,
|
|
|
startNumber:this.startNumber,
|
|
|
endNumber:this.endNumber,
|
|
|
- reportId:this.reportId
|
|
|
+ reportId:this.reportId,
|
|
|
}
|
|
|
- this.$api.deleteCompareNo(add).then(res => {
|
|
|
+ this.queryParams.startNumber=this.startNumber,
|
|
|
+ this.queryParams.endNumber=this.endNumber,
|
|
|
+ this.queryParams.reportId=this.reportId,
|
|
|
+ this.$api.deleteCompareNo(this.queryParams).then(res => {
|
|
|
if (res.code==200) {
|
|
|
this.startNumber = 1
|
|
|
this.endNumber = 0
|