fix:字段更正
This commit is contained in:
parent
61c03414c0
commit
78d82b6f3f
|
@ -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;
|
||||
});
|
||||
|
|
|
@ -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;
|
||||
})
|
||||
|
|
Loading…
Reference in New Issue