本網站在啟用 JavaScript 的情況下可以運作的更好。
首頁
探索
說明
註冊
登入
zhangzl
/
rongxin.nongjing.expo
關注
1
收藏
0
複製
0
程式碼
問題
0
合併請求
0
版本發佈
0
Wiki
活動
瀏覽代碼
接口对接
dev
庞东旭
23 小時之前
父節點
5864f32047
當前提交
0f9a51df05
共有
2 個檔案被更改
,包括
14 行新增
和
2 行删除
分割檢視
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
查看文件
@@ -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
查看文件
@@ -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…
取消
儲存