|
|
@@ -176,7 +176,7 @@ export default {
|
|
|
assetSchema: {
|
|
|
list: this.getAssetsByQuery,
|
|
|
transform: this.transformAsset,
|
|
|
- condition: { pageSize: 16, status: State.RESOLVED, tag: AssetTag.AD, type: AssetType.IMAGE },
|
|
|
+ condition: { pageSize: 16, status: State.AVAILABLE, tag: AssetTag.AD, type: AssetType.IMAGE },
|
|
|
filters: [
|
|
|
{ key: 'tag', type: 'select', options: [
|
|
|
{ value: AssetTag.AD, label: AssetTagInfo[AssetTag.AD] },
|