注释掉判断

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

@ -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 = "发布计划";

Loading…
Cancel
Save