|
@@ -561,7 +561,8 @@
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
console.log('row~~~~~', row);
|
|
console.log('row~~~~~', row);
|
|
|
- if (!this.qmsReportWorkType.includes(row.reportWorkType)) {
|
|
|
|
|
|
|
+
|
|
|
|
|
+ if (row.businessType != 3 && row.reportWorkType != 6) {
|
|
|
if (row.details.length == 0) {
|
|
if (row.details.length == 0) {
|
|
|
return this.$message.warning('至少选择一条规则项');
|
|
return this.$message.warning('至少选择一条规则项');
|
|
|
}
|
|
}
|