@@ -154,7 +154,6 @@ export default {
}
let res = await this.$api.requested(param)
- res.data.content = res.data.content
res.data.attinfos = this.fileType.fileList(res.data.attinfos)
this.currentFile = res.data
this.$nextTick(() => {
@@ -169,7 +169,6 @@ export default {