qymljy 11 months ago
parent
commit
d48d701ab1

+ 2 - 2
src/HManagement/archives_ad/modules/filterList.vue

@@ -84,8 +84,8 @@ export default {
         },
         /* 返回分类ID */
         setId() {
-          console.log('返回分类ID')
-          this.$emit("changeTypeId", this.returnId)
+          console.log('返回分类ID','--')
+          this.$emit("changeTypeId", this.returnId,this.activeClass1,this.activeClass2)
         },
         /* 开始搜索 */
         changeSearchContent() {

+ 4 - 3
src/SManagement/archives_admag/index.vue

@@ -101,7 +101,8 @@ export default {
           "nocache": true,
           "where": {
             "condition": "",
-            "sat_sharematerial_classid": null,
+            "sat_sharematerial_classid1": "",
+            "sat_sharematerial_classid2": "",
             "type":0,
           }
         }
@@ -152,8 +153,8 @@ export default {
       this.$store.dispatch('DrawerShowChange',false)
     },
     /* 改变分类ID */
-    changeTypeId(id) {
-      this.params.content.where.sat_sharematerial_classid = id == 0 ? null : id;
+    changeTypeId(id,activeClass1,activeClass2) {
+      /*this.params.content.where.sat_sharematerial_classid = id == 0 ? null : id;*/
       this.getFileList(true);
     },
     /* 开始搜索 */