|
|
@ -87,8 +87,8 @@ export default { |
|
|
|
return delParser(item['ArtQtyAllocate-AttriCode'], item['ArtQtyAllocate-WorkLineId'], item['ArtQtyAllocate-SubObject']) |
|
|
|
}).then(() => { |
|
|
|
this.msgSuccess('删除成功') |
|
|
|
if(this.tableData.length<=1 && this.queryParams.pageSize>1){ |
|
|
|
this.queryParams.pageSize -=1; |
|
|
|
if(this.tableData.length<=1 && this.queryParams.pageNumber>1){ |
|
|
|
this.queryParams.pageNumber -=1; |
|
|
|
} |
|
|
|
this.getTableList(); |
|
|
|
}).catch(function() {}) |
|
|
|