拆分回显悬浮数据显示修改

This commit is contained in:
caoyang
2022-04-06 16:00:46 +08:00
parent 1cc4f5803d
commit 27016f4f0b
4 changed files with 69 additions and 10 deletions
@@ -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) => {