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