ソースを参照

feat:修改公文库列表逻辑

coder 1 年間 前
コミット
3fe0eaa88d
共有1 個のファイルを変更した2 個の追加2 個の削除を含む
  1. 2 2
      src/pages/officialDocumentManager/documentLibrary/index.vue

+ 2 - 2
src/pages/officialDocumentManager/documentLibrary/index.vue

@@ -20,8 +20,8 @@ function onLoad() {
       page,
       limit: 20,
       gw_fb: 1,
-      gw_fb_depart: isBureau ? "" : "1",
-      display_all: isBureau ? '1' : "",
+      display_all: isBureau.value ? '1' : "",
+      from: isBureau.value ? 'gwk' : '',
       ...param,
     },
   }).then((res) => {