soft5566 2 years ago
parent
commit
006d4aea6e
1 changed files with 3 additions and 3 deletions
  1. 3 3
      src/views/strategyMgr/index.vue

+ 3 - 3
src/views/strategyMgr/index.vue

@@ -762,9 +762,9 @@
 					} else if (this.bindedPublisherIds.includes(',' + id)) {
 						this.bindedPublisherIds = this.bindedPublisherIds.replace(',' + id, '');
 					} else {
-						//this.bindedPublisherIds = this.bindedPublisherIds.replace(id, '');
-						this.$message.warning('至少保留一个发布人');
-						return
+						this.bindedPublisherIds = this.bindedPublisherIds.replace(id, '');
+						//this.$message.warning('至少保留一个发布人');
+						//return
 					}
 				}
 				let data = {