孔祥富
2021-03-18 2402f7902663a20fe1b66f4305abb5ba05d7016f
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)
    },