|
@@ -368,9 +368,12 @@ import { examineAppeal, getAppealData, getBrry } from '@/api/qc';
|
|
const params = {
|
|
const params = {
|
|
id: this.$props.MED_REC_ID,
|
|
id: this.$props.MED_REC_ID,
|
|
show_correction: this.$route.path == '/whitelist-caseControl' ? 2 : 1,
|
|
show_correction: this.$route.path == '/whitelist-caseControl' ? 2 : 1,
|
|
- isNeedLoading: isRender ? true : false
|
|
|
|
};
|
|
};
|
|
- this.$axios2.post('/get_case_quality_v2', params).then(res => {
|
|
|
|
|
|
+ this.$axios2.post('/get_case_quality_v2', params, {
|
|
|
|
+ headers: {
|
|
|
|
+ isNoLoading: isRender ? true : false
|
|
|
|
+ }
|
|
|
|
+ }).then(res => {
|
|
this.$nextTick(() =>{
|
|
this.$nextTick(() =>{
|
|
console.log('this.data', this.data, res.data)
|
|
console.log('this.data', this.data, res.data)
|
|
if(isRender) {
|
|
if(isRender) {
|