fix: bug
All checks were successful
构建并部署前端到测试环境 / build-and-deploy (push) Successful in 4m50s

This commit is contained in:
sexygoat
2026-04-23 15:52:18 +08:00
parent 0bc2efdf0e
commit 8ca03ed7ac
4 changed files with 80 additions and 37 deletions

View File

@@ -35,7 +35,7 @@
:total="pagination.total"
:marginTop="10"
:actions="getActions"
:actionsWidth="160"
:actionsWidth="250"
@size-change="handleSizeChange"
@current-change="handleCurrentChange"
>
@@ -740,10 +740,10 @@
refundList.value = res.data.items || []
pagination.total = res.data.total || 0
}
} catch (error: any) {
console.error(error)
ElMessage.error(error?.message || '重新提交失败')
} finally {
} catch (error: any) {
console.error(error)
ElMessage.error(error?.message || '重新提交失败')
} finally {
loading.value = false
}
}