@@ -83,6 +83,12 @@ export default {
methods: {
clickCtrl(item, index) {
console.log(JSON.stringify(item))
+ this.$router.push({
+ path: 'check_edit',
+ query: {
+ id: item.id
+ }
+ })
},
// 点击重试
async clickRetry(id) {