ruoyi-ui/src/views/note/index.vue
@@ -620,7 +620,7 @@ /** 删除按钮操作 */ handleDelete(row) { const Ids = row.id || this.ids; this.$modal.confirm('是否确认删除资产编号为"' + Ids + '"的数据项?').then(function() { this.$modal.confirm('是否确认删除所选数据项?').then(function() { return delProperty(Ids); }).then(() => { this.getList();