feige
2023-12-12 d855e84e98c066c5f21bd294a1d1d919c9383595
ruoyi-ui/src/views/note/index.vue
@@ -673,6 +673,7 @@
    },
    /** 删除按钮操作 */
    handleDelete(row) {
      alert(23)
      const Ids = row.id || this.ids;
      this.$modal.confirm('是否确认删除所选数据项?').then(function() {
        return delProperty(Ids);