diff --git a/src/views/components/dialog/index.vue b/src/views/components/dialog/index.vue index f51e94e..63b8811 100644 --- a/src/views/components/dialog/index.vue +++ b/src/views/components/dialog/index.vue @@ -704,16 +704,16 @@ export default { this.$message.error("请至少选择一家企业"); return; } - if (this.dept.ancestors.split(',').length == 3) { - // console.log(this.unselected,'this.unselected') - // console.log(keyCount,'keyCount') - if (this.count == this.unselected + keyCount) { - this.nextStep = true; - this.nextText = "发布计划"; - } else { - this.$message.error("请将重点企业全选"); - } - } + // if (this.dept.ancestors.split(',').length == 3) { + // // console.log(this.unselected,'this.unselected') + // // console.log(keyCount,'keyCount') + // if (this.count == this.unselected + keyCount) { + // this.nextStep = true; + // this.nextText = "发布计划"; + // } else { + // this.$message.error("请将重点企业全选"); + // } + // } else { this.nextStep = true; this.nextText = "发布计划";