Merge remote-tracking branch 'origin/master'
This commit is contained in:
@@ -2474,7 +2474,7 @@ async function reloadData ({ page = 1, useCache = true } = {}) {
|
||||
duration_ms: Date.now() - startedAt,
|
||||
message: String(err?.message || err || 'reload failed')
|
||||
})
|
||||
}
|
||||
} finally {
|
||||
console.info('[product-pricing][ui] reload:done', {
|
||||
duration_ms: Date.now() - startedAt,
|
||||
row_count: Array.isArray(store.rows) ? store.rows.length : 0,
|
||||
@@ -2485,6 +2485,7 @@ async function reloadData ({ page = 1, useCache = true } = {}) {
|
||||
await nextTick()
|
||||
await new Promise((resolve) => setTimeout(resolve, 0))
|
||||
isReloading.value = false
|
||||
}
|
||||
}
|
||||
|
||||
// Full "fetch all pages" is intentionally avoided; keep server-side paging for performance.
|
||||
|
||||
@@ -2645,7 +2645,7 @@ async function reloadData ({ page = 1, useCache = true } = {}) {
|
||||
duration_ms: Date.now() - startedAt,
|
||||
message: String(err?.message || err || 'reload failed')
|
||||
})
|
||||
}
|
||||
} finally {
|
||||
console.info('[product-pricing][ui] reload:done', {
|
||||
duration_ms: Date.now() - startedAt,
|
||||
row_count: Array.isArray(store.rows) ? store.rows.length : 0,
|
||||
@@ -2655,6 +2655,7 @@ async function reloadData ({ page = 1, useCache = true } = {}) {
|
||||
await nextTick()
|
||||
await new Promise((resolve) => setTimeout(resolve, 0))
|
||||
isReloading.value = false
|
||||
}
|
||||
}
|
||||
|
||||
// Full "fetch all pages" is intentionally avoided; keep server-side paging for performance.
|
||||
|
||||
Reference in New Issue
Block a user