src/views/febs/system/job/Index.vue
@@ -140,7 +140,6 @@ cancelButtonText: this.$t('common.cancel'), type: 'warning' }).then(() => { debugger const positionId = [] this.selection.forEach((c) => { positionId.push(c.positionId) @@ -151,7 +150,6 @@ }) }, singleDelete(row) { debugger this.$refs.table.toggleRowSelection(row, true) this.delete(row.positionId) },