fix: changeDataEfficiency接口增加curRow参数

This commit is contained in:
Xu Zhimeng 2023-12-15 16:05:25 +08:00
parent 759d9d0aeb
commit 73d835b7b3

View File

@ -482,6 +482,7 @@ export default {
m_curParam: this.param,
funcId: this.funcId,
width: 922,
curRow: this.selectedRowKeys[0] || 0,
})
if (success) {
this.handleResult(result)