|
@@ -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);
|
|
|
},
|
|
|
/* 开始搜索 */
|