task#14196,kpi优化

This commit is contained in:
2024-07-05 17:31:17 +08:00
parent b2af0684fa
commit a7c7dafa33
2 changed files with 16 additions and 13 deletions

View File

@ -1,6 +1,6 @@
<template>
<div class="wrap">
<div id="supplierScore" ref="supplierScore" class="chart" @click="handle"></div>
<div id="supplierScore" ref="supplierScore" class="chart" @click="handle"></div>
</div>
</template>
@ -14,9 +14,12 @@ export default {
}
},
mounted() {
/* if(this.data){
this.drawHandle();
}*/
setTimeout(()=>{
this.drawHandle();
},50)
},500)
},
methods:{
handle(){