Merge branch 'dev_vite' of ssh://18.167.251.121:10002/aidlab/aida_front into dev_vite
This commit is contained in:
@@ -142,10 +142,9 @@
|
|||||||
}
|
}
|
||||||
list.value.push(obj)
|
list.value.push(obj)
|
||||||
})
|
})
|
||||||
|
|
||||||
total.value = res.total
|
total.value = res.total
|
||||||
page.value++
|
page.value++
|
||||||
finish.value = page.value > total.value / size.value
|
finish.value = total.value <= list.value.length
|
||||||
loading.value = false
|
loading.value = false
|
||||||
})
|
})
|
||||||
.catch(() => {
|
.catch(() => {
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
<template>
|
<template>
|
||||||
<div class="settings-index">
|
<div class="settings-index mini-scrollbar">
|
||||||
<div>
|
<div>
|
||||||
<div class="notification">
|
<div class="notification">
|
||||||
<div class="header">{{ $t("Seller.notifications") }}</div>
|
<div class="header">{{ $t("Seller.notifications") }}</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user