Este site funciona melhor com JavaScript.
Página inicial
Explorar
Ajuda
Cadastrar
Acessar
zhangzl
/
rongxin.nongjing.expo
Observar
1
Favorito
0
Fork
0
Código
Issues
0
Pull requests
0
Versões
0
Wiki
Atividade
Ver código fonte
接口对接
dev
庞东旭
23 horas atrás
pai
5864f32047
commit
0f9a51df05
2 arquivos alterados
com
14 adições
e
2 exclusões
Visão dividida
Opções de diferenças
Mostrar estatísticas
Baixar arquivo de patch
Baixar arquivo de diferenças
+14
-1
src/components/charts/pie/index.js
+0
-1
src/views/sanqing/index.js
+ 14
- 1
src/components/charts/pie/index.js
Ver arquivo
@@ -51,8 +51,21 @@ export default {
chart: null
};
},
watch: {
data: {
handler: function (val) {
this.$nextTick(function(){
setTimeout(()=>{
this.initChart();
},2000)
console.log(val)
});
},
immediate: true,
deep:true
}
},
mounted () {
this.initChart();
},
computed: {
},
+ 0
- 1
src/views/sanqing/index.js
Ver arquivo
@@ -106,7 +106,6 @@ export default {
value: rr.ydmj,
unit: '万元'
})
this.currentComp.left[2].countNum += rr.ydmj;
})
this.currentComp.buttom[0].data = {
Escrever
Pré-visualização
Carregando…
Cancelar
Salvar