注释掉判断

lijinlong^2
吕天方 1 year ago
parent 0be8a9693e
commit 75632c5988

@ -704,16 +704,16 @@ export default {
this.$message.error("请至少选择一家企业"); this.$message.error("请至少选择一家企业");
return; return;
} }
if (this.dept.ancestors.split(',').length == 3) { // if (this.dept.ancestors.split(',').length == 3) {
// console.log(this.unselected,'this.unselected') // // console.log(this.unselected,'this.unselected')
// console.log(keyCount,'keyCount') // // console.log(keyCount,'keyCount')
if (this.count == this.unselected + keyCount) { // if (this.count == this.unselected + keyCount) {
this.nextStep = true; // this.nextStep = true;
this.nextText = "发布计划"; // this.nextText = "";
} else { // } else {
this.$message.error("请将重点企业全选"); // this.$message.error("");
} // }
} // }
else { else {
this.nextStep = true; this.nextStep = true;
this.nextText = "发布计划"; this.nextText = "发布计划";

Loading…
Cancel
Save