ソースを参照

采美百科页面接口调试

yuwenjun1997 2 年 前
コミット
82f5e80091
1 ファイル変更2 行追加2 行削除
  1. 2 2
      src/main/resources/static/js/encyclopedia/search.js

+ 2 - 2
src/main/resources/static/js/encyclopedia/search.js

@@ -6,8 +6,8 @@ new Vue({
             id: '', //词条id,
             name: '', //词条名称
             typeId: '', //分类id
-            auditStatus: '', //百科审核状态:1待审核,2审核通过,3审核失败
-            onlineStatus: '', //百科上线状态:1待上线,2已上线,3已下线
+            auditStatus: 2, //百科审核状态:1待审核,2审核通过,3审核失败
+            onlineStatus: 2, //百科上线状态:1待上线,2已上线,3已下线
             status: '', //状态:0保存草稿箱,1已发布
             pageNum: 1, //页数
             pageSize: 10 //条数