|
@@ -326,9 +326,11 @@ export default {
|
|
|
if (this.typeId) {
|
|
if (this.typeId) {
|
|
|
params.folderId = this.typeId
|
|
params.folderId = this.typeId
|
|
|
}
|
|
}
|
|
|
|
|
+ console.log('params.order====>', params.order)
|
|
|
return {
|
|
return {
|
|
|
pageNo,
|
|
pageNo,
|
|
|
- limit,
|
|
|
|
|
|
|
+ limit,
|
|
|
|
|
+ order: 'FA_FANG_SHI_JIAN_ DESC', // 受控文件查阅添加默认时间排序
|
|
|
...params
|
|
...params
|
|
|
}
|
|
}
|
|
|
},
|
|
},
|