|
@@ -175,9 +175,9 @@ export default {
|
|
});
|
|
});
|
|
return;
|
|
return;
|
|
}
|
|
}
|
|
- if(this.dataPub.region8 > this.dataPub.region9) {
|
|
|
|
|
|
+ if(this.dataPub.region8 >= this.dataPub.region9) {
|
|
this.$message({
|
|
this.$message({
|
|
- message: '最小年龄不能大于最大年龄',
|
|
|
|
|
|
+ message: '最小年龄不能大于或等于最大年龄',
|
|
type: 'warning'
|
|
type: 'warning'
|
|
});
|
|
});
|
|
return;
|
|
return;
|
|
@@ -206,6 +206,9 @@ export default {
|
|
"questionMappings": detailLis //映射关系,
|
|
"questionMappings": detailLis //映射关系,
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
+ if(this.dataPub.region2 == 2 && detailLis.length == 0) {
|
|
|
|
+ this.warning('请选择标签明细')
|
|
|
|
+ }
|
|
this.showDelDialog(param)
|
|
this.showDelDialog(param)
|
|
},
|
|
},
|
|
showDelDialog(param) {
|
|
showDelDialog(param) {
|