Parcourir la source

feat:修改公文库列表逻辑

coder il y a 1 an
Parent
commit
3fe0eaa88d
1 fichiers modifiés avec 2 ajouts et 2 suppressions
  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) => {