Commit 3064d04c by chenxin

fix: build

parent 59ac6cc7
This source diff could not be displayed because it is too large. You can view the blob instead.
......@@ -306,8 +306,7 @@ export default {
this.loading = false;
const data = res.result;
this.tableList = data.result.map(v => {
v._status = mappingCardStatus(v);
return v;
return mappingCardStatus(v);
}) || [];
this.total = data.totalCount;
// 删除至最后一页没数据的情况,页码-1
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment