feige
2023-12-11 9ac4f1edc86c9af627fcff2b3263e029ec4c95ff
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);