yubo
2026-04-11 11ab4edc4f3c59643ffbd73ef2bf05bbb3e793aa
src/views/dictItem/Index.vue
@@ -115,7 +115,6 @@
      this.selection = selection
    },
    add() {
      debugger
      this.$refs.edit.setaddDicItem(this.queryParams.dicId)
      this.dialog.title = this.$t('common.add')
      this.dialog.isVisible = true
@@ -140,7 +139,6 @@
        cancelButtonText: this.$t('common.cancel'),
        type: 'warning'
      }).then(() => {
        debugger
        const dicItemId = []
        this.selection.forEach((c) => {
          dicItemId.push(c.dicItemId)