点击子合同获取到当前行的id
beforeHandleCommand(row, childCommand) { return { 'row': row, 'childCommand': childCommand }; }, addChildBtn(command) { const row = command.row; if (command.childCommand == 0) { // todo } else { // todo } },
京公网安备 11010502049817号