update 资料中心
This commit is contained in:
@@ -270,7 +270,7 @@ export default {
|
||||
* @param dataRef
|
||||
*/
|
||||
handleSelectTreeNode ({ dataRef }) {
|
||||
this.selectedTreeKeys = [dataRef.key]
|
||||
this.selectedTreeKeys = [dataRef.id]
|
||||
this.loadData(1)
|
||||
},
|
||||
modalFormOk () {
|
||||
@@ -342,6 +342,7 @@ export default {
|
||||
param.field = this.getQueryField()
|
||||
param.pageNo = this.ipagination.current
|
||||
param.pageSize = this.ipagination.pageSize
|
||||
param.folderId = this.selectedTreeKeys.join(',')
|
||||
Object.keys(param).forEach(val => {
|
||||
if (param[val] instanceof Array) {
|
||||
param[val] = param[val].join(',')
|
||||
|
||||
Reference in New Issue
Block a user