拆分回显悬浮数据显示修改
This commit is contained in:
@@ -184,7 +184,7 @@
|
||||
scopedSlots: { customRender: 'operation' }
|
||||
})
|
||||
}
|
||||
console.log('columns',this.columns)
|
||||
// console.log('columns',this.columns)
|
||||
}
|
||||
})
|
||||
},
|
||||
@@ -206,7 +206,9 @@
|
||||
pageNo: pageNo + '',
|
||||
pageSize: pageSize + ''
|
||||
}
|
||||
|
||||
if(!params.info_id){
|
||||
params.info_id=this.infoId
|
||||
}
|
||||
// console.log('parmsss',params)
|
||||
this.loading = true
|
||||
postAction(this.url.tableList, params).then((res) => {
|
||||
|
||||
Reference in New Issue
Block a user