Browse Source

fix(takeover): material filter

Casper Dai 2 years ago
parent
commit
3894fb6a8a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/views/device/detail/components/DeviceTakeOver/index.vue

+ 1 - 1
src/views/device/detail/components/DeviceTakeOver/index.vue

@@ -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] },