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);