Alan
2021-02-19 3f447114eb5b0102c8d8d46d4a75be7eacf64f3a
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)
    },