|
|
@ -634,19 +634,6 @@ export default { |
|
|
|
this.frame_class = 'frame_class1'; |
|
|
|
this.frame_class = 'frame_class1'; |
|
|
|
this.SearchDetail(); |
|
|
|
this.SearchDetail(); |
|
|
|
} |
|
|
|
} |
|
|
|
switch (this.$route.query.reviewStatus){ |
|
|
|
|
|
|
|
case 1: |
|
|
|
|
|
|
|
this.form = "审核中"; |
|
|
|
|
|
|
|
break; |
|
|
|
|
|
|
|
case 2: |
|
|
|
|
|
|
|
this.form = "已审核"; |
|
|
|
|
|
|
|
break; |
|
|
|
|
|
|
|
case 3: |
|
|
|
|
|
|
|
this.form = "未通过"; |
|
|
|
|
|
|
|
break; |
|
|
|
|
|
|
|
default: |
|
|
|
|
|
|
|
this.form =" "; |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
// if(this.$route.query.reviewStatus ===1){ |
|
|
|
// if(this.$route.query.reviewStatus ===1){ |
|
|
|
// this.form = "审核中"; |
|
|
|
// this.form = "审核中"; |
|
|
|
// }else if(this.$route.query.reviewStatus ===2){ |
|
|
|
// }else if(this.$route.query.reviewStatus ===2){ |
|
|
@ -842,6 +829,19 @@ export default { |
|
|
|
getDetail(this.$route.query.id).then(res => { |
|
|
|
getDetail(this.$route.query.id).then(res => { |
|
|
|
console.log(res); |
|
|
|
console.log(res); |
|
|
|
this.tab1_form = res.data.data; |
|
|
|
this.tab1_form = res.data.data; |
|
|
|
|
|
|
|
switch (this.tab1_form.reviewStatus){ |
|
|
|
|
|
|
|
case 1: |
|
|
|
|
|
|
|
this.form = "审核中"; |
|
|
|
|
|
|
|
break; |
|
|
|
|
|
|
|
case 2: |
|
|
|
|
|
|
|
this.form = "已审核"; |
|
|
|
|
|
|
|
break; |
|
|
|
|
|
|
|
case 3: |
|
|
|
|
|
|
|
this.form = "未通过"; |
|
|
|
|
|
|
|
break; |
|
|
|
|
|
|
|
default: |
|
|
|
|
|
|
|
this.form =" "; |
|
|
|
|
|
|
|
} |
|
|
|
}); |
|
|
|
}); |
|
|
|
}, |
|
|
|
}, |
|
|
|
auditing() { |
|
|
|
auditing() { |
|
|
|