|
@@ -484,7 +484,7 @@
|
|
|
// var val = this.selectedData;
|
|
|
this.pubarr = this.multipleSelection;
|
|
|
for (let i = 0; i < length; i++) {
|
|
|
- if (this.pubarr[i].ispublic == '已发布') {
|
|
|
+ if (this.pubarr[i].ispublic == '1') {
|
|
|
this.pubarr[i].ispublic = 2
|
|
|
canPub = 1
|
|
|
} else {
|