Browse Source

修复bug

DESKTOP-SVI9JE1\muzen 1 year ago
parent
commit
d799e115b6
1 changed files with 4 additions and 1 deletions
  1. 4 1
      src/views/content/article/detail.vue

+ 4 - 1
src/views/content/article/detail.vue

@@ -242,7 +242,10 @@ export default {
       // 弹窗表单
       dialogForm: {
         pageNum: 1,
-        pageSize: 10
+        pageSize: 10,
+        status: 1,
+        platformId: null,
+        audioType: null
       },
       // 总数据
       total: 0,