|
|
@@ -116,7 +116,7 @@ export default {
|
|
|
programs: [],
|
|
|
programSchema: {
|
|
|
pagination: { small: true, layout: 'prev,pager,next' },
|
|
|
- condition: { status: State.AVAILABLE, resolutionRatio: this.ratio, name: '' },
|
|
|
+ condition: { status: State.AVAILABLE, resolutionRatio: this.detail.resolutionRatio, name: '' },
|
|
|
list: getPrograms,
|
|
|
filters: [
|
|
|
{ key: 'name', type: 'search', placeholder: '节目名称' }
|