修复文件上传列表
This commit is contained in:
parent
73f4e7053a
commit
274db140f6
|
@ -216,8 +216,8 @@ export default {
|
|||
searchFile: {
|
||||
dirId: '',
|
||||
queryCondition: '',
|
||||
pageNum: '',
|
||||
pageSize: '',
|
||||
pageNum: 1,
|
||||
pageSize: 9999999,
|
||||
},
|
||||
fileNum: {
|
||||
document: 0,
|
||||
|
@ -325,8 +325,6 @@ export default {
|
|||
},
|
||||
searchgetFileList() {
|
||||
this.searchFile.dirId = this.selectId
|
||||
this.searchFile.pageNum = this.searchFileTable.current
|
||||
this.searchFile.pageSize = this.searchFileTable.pageSize
|
||||
this.getFileList()
|
||||
},
|
||||
getFileList() {
|
||||
|
@ -337,7 +335,6 @@ export default {
|
|||
pageList(this.searchFile).then((res) => {
|
||||
if (res.success) {
|
||||
this.dataSource = res.result.rows
|
||||
this.searchFileTable.total = res.result.total
|
||||
} else {
|
||||
this.$message.warning(res.message)
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user