|
@@ -100,7 +100,7 @@ export default {
|
|
|
}
|
|
|
},
|
|
|
async getreportdetail() {
|
|
|
- const { Data, Ret } = await reportDetail({ ReportCode: this.id });
|
|
|
+ const { Data, Ret } = await reportDetail({ ReportCode: this.id,IsReplace:1 });
|
|
|
if (Ret !== 200) return;
|
|
|
|
|
|
this.reportInfo = Data.Report;
|