|
@@ -245,7 +245,7 @@ export default {
|
|
useUnit: this.screenForm.company,
|
|
useUnit: this.screenForm.company,
|
|
createName: this.screenForm.createMan,
|
|
createName: this.screenForm.createMan,
|
|
confirmName: this.screenForm.examineMan,
|
|
confirmName: this.screenForm.examineMan,
|
|
- status: this.screenForm.status,
|
|
|
|
|
|
+ examineStatus: this.screenForm.status,
|
|
}
|
|
}
|
|
},
|
|
},
|
|
},
|
|
},
|
|
@@ -276,7 +276,7 @@ export default {
|
|
useUnit: this.screenForm.company,
|
|
useUnit: this.screenForm.company,
|
|
createName: this.screenForm.createMan,
|
|
createName: this.screenForm.createMan,
|
|
confirmName: this.screenForm.examineMan,
|
|
confirmName: this.screenForm.examineMan,
|
|
- status: this.screenForm.status,
|
|
|
|
|
|
+ examineStatus: this.screenForm.status,
|
|
};
|
|
};
|
|
getEnginList(params).then((res) => {
|
|
getEnginList(params).then((res) => {
|
|
this.dataList = res.data.records;
|
|
this.dataList = res.data.records;
|