|
@@ -450,7 +450,7 @@ export default {
|
|
|
}).then((res) => {
|
|
|
if(res.Ret !== 200) return
|
|
|
this.$message.success('恢复成功!');
|
|
|
- if (this.$route.query.coopType === '1') {
|
|
|
+ if (this.$route.query.coopType == '1') {
|
|
|
this.getReportDetail()
|
|
|
} else {
|
|
|
this.getChapterDetail()
|
|
@@ -1050,6 +1050,8 @@ export default {
|
|
|
|
|
|
// 获取报告详情
|
|
|
getReportDetail(){
|
|
|
+ console.log('获取报告详情------------------->');
|
|
|
+
|
|
|
const id=this.$route.query.id||0
|
|
|
if(!id) return
|
|
|
|