修改
This commit is contained in:
parent
7fd43d2613
commit
5c1e18cdef
@ -155,8 +155,6 @@ export default {
|
|||||||
});
|
});
|
||||||
var signPatientCountlist = [];
|
var signPatientCountlist = [];
|
||||||
res.data.forEach((e) => {
|
res.data.forEach((e) => {
|
||||||
e.proportion = e.proportion * 100 ;
|
|
||||||
// console.log(e.proportion,'e.proportion')
|
|
||||||
signPatientCountlist.push(e.signPatientCount);
|
signPatientCountlist.push(e.signPatientCount);
|
||||||
});
|
});
|
||||||
// return
|
// return
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user