Commit e65ec8ce authored by miaojiale's avatar miaojiale

修复检出率

No related merge requests found
......@@ -374,7 +374,7 @@ export default {
esophagusBenignList() {
esophagusBenign().then((res) => {
if (res.code == 1 && res.data) {
this.barData1[0].value = res.data.barret
this.barData1[0].value = res.data.barretPercent
this.barData1[1].value = res.data.backPercent
this.barData1[2].value = res.data.esophagusLevelPercent
}
......
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