|
@@ -174,7 +174,7 @@ export default {
|
|
validatePass() { //验证成功回调,调取接口
|
|
validatePass() { //验证成功回调,调取接口
|
|
//仍需验证标签明细是否选择
|
|
//仍需验证标签明细是否选择
|
|
let type = this.dataPub.region1;
|
|
let type = this.dataPub.region1;
|
|
- if (JSON.stringify(this.sendIds) == '[[],[],[],[],[],[]]' && type != 6 && type != 7 && type != 8 && type != 9 && type != 21 && type != 22 && type != 10) {
|
|
|
|
|
|
+ if (JSON.stringify(this.sendIds) == '[[],[],[],[],[],[]]' && type != 6 && type != 7 && type != 8 && type != 9 && type != 21 && type != 22 && type != 10 &&(type == 1&&this.dataPub.region2!=4)) {
|
|
this.$message({
|
|
this.$message({
|
|
message: '请选择标签明细',
|
|
message: '请选择标签明细',
|
|
type: 'warning'
|
|
type: 'warning'
|