Merge branch 'dev_vite' of ssh://18.167.251.121:10002/aidlab/aida_front into dev_vite

This commit is contained in:
2026-06-02 13:43:23 +08:00
2 changed files with 2 additions and 3 deletions

View File

@@ -142,10 +142,9 @@
}
list.value.push(obj)
})
total.value = res.total
page.value++
finish.value = page.value > total.value / size.value
finish.value = total.value <= list.value.length
loading.value = false
})
.catch(() => {

View File

@@ -1,5 +1,5 @@
<template>
<div class="settings-index">
<div class="settings-index mini-scrollbar">
<div>
<div class="notification">
<div class="header">{{ $t("Seller.notifications") }}</div>