修复删除问题
This commit is contained in:
@@ -193,7 +193,7 @@ export default {
|
|||||||
let items = this.items;
|
let items = this.items;
|
||||||
for (let i = 0; i < items.length; i++) {
|
for (let i = 0; i < items.length; i++) {
|
||||||
let item = items[i];
|
let item = items[i];
|
||||||
if (cache.minValue == item.minValue && cache.maxValue == item.maxValue) {
|
if (cache.minValue == item.minValue) {
|
||||||
this.items.splice(i, 1);
|
this.items.splice(i, 1);
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user