Explorar el Código

唤醒音 可选列表只显示上架状态

DESKTOP-O04BTUJ\muzen hace 2 años
padre
commit
39dc422e00
Se han modificado 1 ficheros con 4 adiciones y 2 borrados
  1. 4 2
      src/views/operation/waken/detail.vue

+ 4 - 2
src/views/operation/waken/detail.vue

@@ -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()
     },