提交 3312544f 作者: 王定

feat: 优化一下已知问题

上级 77446175
......@@ -364,7 +364,7 @@ async function getEmploymentList() {
})
})
}else{
LinghuoyonggongAPI.employmentList(model.search).then(async (res) => {
await LinghuoyonggongAPI.employmentList(model.search).then(async (res) => {
const { records, total } = res
// 批量处理数据,避免多次DOM操作
const processedRecords = records.map((item) => {
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论