@@ -85,6 +85,9 @@ export default defineComponent({
data: tempParams
}
)
+ if (data.value?.rows?.length > 0 && res.data.pageNo === 1) {
+ return
+ }
if (data.value) {
const result = (data.value?.rows || []).concat(res.data.rows || [])
data.value.rows = result