|
|
@@ -1732,10 +1732,10 @@
|
|
|
this.$message.error('有未完成质检项质检,请检查!');
|
|
|
return;
|
|
|
}
|
|
|
- }
|
|
|
- if (!this.schemeList.length) {
|
|
|
- this.$message.error('质检方案不能为空,请检查!');
|
|
|
- return;
|
|
|
+ if (!this.schemeList.length) {
|
|
|
+ this.$message.error('质检方案不能为空,请检查!');
|
|
|
+ return;
|
|
|
+ }
|
|
|
}
|
|
|
|
|
|
this.form.qualityTimeEnd = this.getNowTime();
|