fix: changeDataEfficiency接口增加curRow参数
This commit is contained in:
parent
759d9d0aeb
commit
73d835b7b3
|
@ -482,6 +482,7 @@ export default {
|
||||||
m_curParam: this.param,
|
m_curParam: this.param,
|
||||||
funcId: this.funcId,
|
funcId: this.funcId,
|
||||||
width: 922,
|
width: 922,
|
||||||
|
curRow: this.selectedRowKeys[0] || 0,
|
||||||
})
|
})
|
||||||
if (success) {
|
if (success) {
|
||||||
this.handleResult(result)
|
this.handleResult(result)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user