fix:字段更正

This commit is contained in:
shijing 2024-11-25 10:25:05 +08:00
parent 61c03414c0
commit 78d82b6f3f
2 changed files with 2 additions and 1 deletions

View File

@ -544,6 +544,7 @@ export default {
});
},
geteEqOptions(){
let that = this;
that.$API.system.user.list.req({ page: 0, type:20 }).then((res) => {
that.eqOptions = res;
});

View File

@ -465,7 +465,7 @@ export default {
return that.selectItems.indexOf(item.id)>-1;
});
data.forEach(item=>{
item.vm = item.id;
item.wm = item.id;
item.count = item.count_cando;
totalCount += item.count_cando;
})