|
|
@@ -1887,8 +1887,8 @@ export default {
|
|
|
this.checked = false;
|
|
|
}
|
|
|
this.unManage = res.data.sfaTaskList[this.$route.query.ids].unManage;
|
|
|
- this.deviceCode = res.data.sfaTaskList[this.$route.query.ids].deviceCode; // 设备编号
|
|
|
- this.putInCode = res.data.sfaTaskList[this.$route.query.ids].putInCode; // 投放编号
|
|
|
+ this.deviceCode = res.data.sfaTaskList[this.$route.query.ids].deviceCode || ''; // 设备编号
|
|
|
+ this.putInCode = res.data.sfaTaskList[this.$route.query.ids].putInCode || ''; // 投放编号
|
|
|
// 调色机类型:buy-购买类调色机,place-放置类调色机
|
|
|
let inspectionType = res.data.sfaTaskList[this.$route.query.ids].inspectionType;
|
|
|
if (inspectionType == 'buy') {
|