|
@@ -68,7 +68,7 @@ export default {
|
|
|
getData() {
|
|
|
this.$http.get('/sc-community/statisticIncomeMethod', this.mixins_query).then(({ data, msg, status }) => {
|
|
|
if (status == 0 && !!data.datas && Object.keys(data.datas).length !==0) {
|
|
|
- this.clientOptions = ringType(colors, this.eachartObj(data), {}, { type: '%', total: data.total }, 30);
|
|
|
+ this.clientOptions = ringType(colors, this.eachartObj(data), {}, { type: '%', total: this.total }, 30);
|
|
|
} else {
|
|
|
this.clientOptions = ringType(
|
|
|
colors,
|