|
@@ -73,7 +73,7 @@ export default {
|
|
|
},
|
|
|
methods: {
|
|
|
getData () {
|
|
|
- this.$http.get('/sc-community-web/statisticComplaint', this.mixins_query).then(({ data, msg, status }) => {
|
|
|
+ this.$http.get('/sc-community/statisticComplaint', this.mixins_query).then(({ data, msg, status }) => {
|
|
|
if (status == 0 && !!data.datas) {
|
|
|
this.clientOptions = ringType(colors, this.eachartObj(data), {}, { type: 'number', total: data.total });
|
|
|
}
|