|
@@ -210,7 +210,7 @@ export default {
|
|
this.reportForm = res.data;
|
|
this.reportForm = res.data;
|
|
this.oldPlanSteelStampNumberList=this.reportForm.planSteelStampNumberList
|
|
this.oldPlanSteelStampNumberList=this.reportForm.planSteelStampNumberList
|
|
//当日选中的钢印号,默认勾选上
|
|
//当日选中的钢印号,默认勾选上
|
|
- this.reportForm.checkedSteelNum = this.reportForm.steelNumArray;
|
|
|
|
|
|
+ this.reportForm.checkedSteelNum = this.reportForm.steelNumArray==null?[]:this.reportForm.steelNumArray;
|
|
if (this.reportForm.check_type == 0) {
|
|
if (this.reportForm.check_type == 0) {
|
|
//自检
|
|
//自检
|
|
this.reportForm.checker_name = this.user.name;
|
|
this.reportForm.checker_name = this.user.name;
|