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