|
@@ -182,6 +182,7 @@ export default {
|
|
|
});
|
|
|
return;
|
|
|
}
|
|
|
+
|
|
|
let detailLis = utils.dataRecombination(this.sendIds, this.dataPub.region2)
|
|
|
let param = {
|
|
|
"questionWrapper": {
|
|
@@ -206,8 +207,9 @@ export default {
|
|
|
"questionMappings": detailLis //映射关系,
|
|
|
}
|
|
|
}
|
|
|
- if(this.dataPub.region2 == 2 && detailLis.length == 0) {
|
|
|
+ if((this.dataPub.region2 == 2 || this.dataPub.region2 == 3)&& detailLis.length == 0) {
|
|
|
this.warning('请选择标签明细')
|
|
|
+ return
|
|
|
}
|
|
|
this.showDelDialog(param)
|
|
|
},
|