|
|
@@ -31,7 +31,7 @@ export default {
|
|
|
|
|
|
statusOpt: {
|
|
|
first: [
|
|
|
- { label: '所有状态', value: '3,2' },
|
|
|
+ { label: '所有状态', value: '1,2,3,4,5,7' },
|
|
|
{ label: '待发布', value: '2' },
|
|
|
{ label: '发布失败', value: '3' },
|
|
|
{ label: '已发布', value: '4' }
|
|
|
@@ -351,7 +351,7 @@ export default {
|
|
|
}
|
|
|
|
|
|
this.visible = true;
|
|
|
- await this.reload();
|
|
|
+ // await this.reload();
|
|
|
|
|
|
},
|
|
|
|