|
@@ -44,7 +44,7 @@ export default {
|
|
|
"content": {
|
|
|
"pageNumber": 1,
|
|
|
"pageSize": 12,
|
|
|
- "nocache":true,
|
|
|
+ "nocache": true,
|
|
|
"where": {
|
|
|
"condition": "",
|
|
|
"sat_sharematerial_classid": null
|
|
@@ -104,7 +104,7 @@ export default {
|
|
|
if (deleteList.length != 0) this.handleDelete(deleteList);
|
|
|
this.fileData = res.data
|
|
|
console.log(res.data);
|
|
|
-
|
|
|
+
|
|
|
this.params.content.sort = res.sort
|
|
|
})
|
|
|
},
|
|
@@ -159,7 +159,7 @@ export default {
|
|
|
}
|
|
|
}
|
|
|
this.$api.requested(param).then(res => {
|
|
|
- res.data.content = atob(res.data.content)
|
|
|
+ res.data.content = res.data.content
|
|
|
res.data.attinfos = this.fileType.fileList(res.data.attinfos)
|
|
|
this.currentFile = res.data
|
|
|
this.$nextTick(() => {
|