|
@@ -478,7 +478,7 @@ export default {
|
478
|
478
|
getNormData().then(response=>{
|
479
|
479
|
if(response.data.state === 1){
|
480
|
480
|
var normdata = response.data.data.normdata
|
481
|
|
- // console.log("指标正常范围",normdata)
|
|
481
|
+ console.log("指标正常范围",normdata)
|
482
|
482
|
this.normData = normdata
|
483
|
483
|
this.getlist()
|
484
|
484
|
}
|
|
@@ -591,7 +591,7 @@ export default {
|
591
|
591
|
getFirstQuarter(params).then(response=>{
|
592
|
592
|
if(response.data.state === 1){
|
593
|
593
|
var count = response.data.data.count
|
594
|
|
- // console.log("count",count)
|
|
594
|
+ console.log("count",count)
|
595
|
595
|
var countwo = response.data.data.countwo
|
596
|
596
|
// console.log("countwo",countwo)
|
597
|
597
|
countwo.map(item=>{
|