yz_08
2021-03-17 96d190385780aa74e8a58572943e3ad65a8e2182
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)
    },