이 웹사이트는 자바스크립트 활성화가 필요합니다.
홈
탐색
도움말
가입하기
로그인
zhangzl
/
rongxin.nongjing.expo
보기
1
좋아요
0
포크
0
코드
이슈
0
풀 리퀘스트
0
릴리즈
0
위키
활동
소스 검색
接口对接
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 = {
쓰기
미리보기
불러오는 중...
취소
저장