我想点击合同编号,跳转到合同列表
cellClick(row, column, cell, event) { //单元格单击
alert(111)
routes.push({ path: 'low/table/test/2014644677254217730', query: { contract_no: row.contract_no } })
},
测试时报异常
js增强【cellClick】方法执行异常,请检查 ReferenceError: routes is not defined
这个routes 要怎么初始???
项目:JeeLowCode