Sfoglia il codice sorgente

feat:修改公文库列表逻辑

coder 1 anno fa
parent
commit
3fe0eaa88d

+ 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) => {