|
@@ -133,9 +133,9 @@ export default {
|
|
|
finishNum: this.reportForm.finishNum,
|
|
|
isFinish: this.reportForm.isFinish
|
|
|
};
|
|
|
- const { id, reportBoolean } = this.$route.query;
|
|
|
+ const { id, reportBoolean, ohterId } = this.$route.query;
|
|
|
if(reportBoolean == 'true') {
|
|
|
- postData.id = id;
|
|
|
+ postData.id = ohterId;
|
|
|
}
|
|
|
if (this.reportForm.isFinish) {
|
|
|
if (this.reportForm.check_type != 0) {
|