|
|
@@ -1376,7 +1376,7 @@
|
|
|
this.formData.details.length == 0 &&
|
|
|
!this.qmsReportWorkType.includes(this.formData.reportWorkType)
|
|
|
) {
|
|
|
- return this.$message.warning('至少条件一条规则项');
|
|
|
+ return this.$message.warning('至少选择一条规则项');
|
|
|
}
|
|
|
|
|
|
try {
|
|
|
@@ -1420,7 +1420,7 @@
|
|
|
}
|
|
|
if (!this.qmsReportWorkType.includes(this.formData.reportWorkType)) {
|
|
|
if (this.formData.details.length == 0) {
|
|
|
- return this.$message.warning('至少条件一条规则项');
|
|
|
+ return this.$message.warning('至少选择一条规则项');
|
|
|
}
|
|
|
|
|
|
if (this.formData.reportWorkType == 4) {
|
|
|
@@ -1858,7 +1858,7 @@
|
|
|
// 只验证详情内容
|
|
|
if (!this.qmsReportWorkType.includes(this.formData.reportWorkType)) {
|
|
|
if (this.formData.details.length == 0) {
|
|
|
- return this.$message.warning('至少条件一条规则项');
|
|
|
+ return this.$message.warning('至少选择一条规则项');
|
|
|
}
|
|
|
|
|
|
// 判断参数类型是否选择
|