|
|
@@ -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 = {
|