|
@@ -137,7 +137,8 @@ export default {
|
|
|
pageNum: 1,
|
|
|
pageSize: 10,
|
|
|
platformId: null,
|
|
|
- audioType: null
|
|
|
+ audioType: null,
|
|
|
+ status: 1
|
|
|
},
|
|
|
// 总数
|
|
|
total: 0,
|
|
@@ -258,7 +259,8 @@ export default {
|
|
|
pageNum: 1,
|
|
|
pageSize: 10,
|
|
|
platformId: this.platformOptions[0].value,
|
|
|
- audioType: this.dialogForm.audioType
|
|
|
+ audioType: this.dialogForm.audioType,
|
|
|
+ status: 1
|
|
|
}
|
|
|
this.getList()
|
|
|
},
|