PMCORE-3263

This commit is contained in:
Henry Jordan
2021-08-31 20:49:23 +00:00
parent 1275cec55c
commit 3215a850a3
6 changed files with 16 additions and 9 deletions

View File

@@ -39,6 +39,8 @@ export default {
if (data.data && data.data.length != 0) {
that.data = that.data.concat(data.data);
that.config.page += 1;
} else {
that.loadMore = that.$t("ID_NO_MORE_INFORMATION");
}
})
.catch(() => {