This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
zhangzl
/
rongxin.nongjing.expo
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
接口对接
dev
庞东旭
1 day ago
parent
5864f32047
commit
0f9a51df05
2 changed files
with
14 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+14
-1
src/components/charts/pie/index.js
+0
-1
src/views/sanqing/index.js
+ 14
- 1
src/components/charts/pie/index.js
View File
@@ -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
View File
@@ -106,7 +106,6 @@ export default {
value: rr.ydmj,
unit: '万元'
})
this.currentComp.left[2].countNum += rr.ydmj;
})
this.currentComp.buttom[0].data = {
Write
Preview
Loading…
Cancel
Save