|
@@ -218,6 +218,8 @@ export default {
|
|
|
_self.pagination.last_page = Math.ceil(
|
|
_self.pagination.last_page = Math.ceil(
|
|
|
baseRangeResponse.total / baseRangeResponse.length,
|
|
baseRangeResponse.total / baseRangeResponse.length,
|
|
|
);
|
|
);
|
|
|
|
|
+ } else {
|
|
|
|
|
+ _self.assetChangeWaitDtos.splice(0, _self.assetChangeWaitDtos.length);
|
|
|
}
|
|
}
|
|
|
} else {
|
|
} else {
|
|
|
Common.showDialog('提示', baseRangeResponse.errorMessage, 'error');
|
|
Common.showDialog('提示', baseRangeResponse.errorMessage, 'error');
|