|
|
@@ -164,7 +164,7 @@ const getOrder = () => {
|
|
|
const assets = ref([])
|
|
|
const assetsLoading = ref(false)
|
|
|
const getAssets = () => {
|
|
|
- http.get('/asset/byTag', { size: 200, sort: 'id,desc', tagId: tagId.value }, { body: 'json' }).then(res => {
|
|
|
+ http.get('/asset/byTag', { size: 1000, sort: 'id,desc', tagId: tagId.value }, { body: 'json' }).then(res => {
|
|
|
if (res.first) {
|
|
|
assets.value = []
|
|
|
}
|