|
|
@@ -453,8 +453,8 @@ export default {
|
|
|
if (sorts?.length) {
|
|
|
params.order = sorts.map(i => `${i.field} ${i.order}`).join(',')
|
|
|
}
|
|
|
- if (this.oldorgId) {
|
|
|
- params.folderId = this.oldorgId
|
|
|
+ if (this.typeId) {
|
|
|
+ params.folderId = this.typeId
|
|
|
}
|
|
|
if (this.subject) {
|
|
|
params.fileName = this.subject
|
|
|
@@ -462,6 +462,7 @@ export default {
|
|
|
return {
|
|
|
pageNo,
|
|
|
limit,
|
|
|
+ order: 'FA_FANG_SHI_JIAN_ DESC',
|
|
|
...params
|
|
|
}
|
|
|
},
|