@@ -26,7 +26,7 @@ import CaseQualityBox from './components/CaseQualityBox2.vue';
const params = {
id: Number(this.$route.query.id),
};
- this.$axios.post('/get_case_quality', params).then(res => {
+ this.$axios2.post('/get_case_quality', params).then(res => {
this.data = res.data;
});
}
@@ -270,7 +270,7 @@ export default {
id: Number(this.valData),
this.results = res.data;
},