|
@@ -1589,6 +1589,7 @@ export default {
|
|
|
for (let index in arr) {
|
|
for (let index in arr) {
|
|
|
if (JSON.stringify(item) == JSON.stringify(arr[index])) {
|
|
if (JSON.stringify(item) == JSON.stringify(arr[index])) {
|
|
|
arr.splice(Number(index), 1)
|
|
arr.splice(Number(index), 1)
|
|
|
|
|
+ this.countChange()
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
})
|
|
})
|
|
@@ -1601,6 +1602,7 @@ export default {
|
|
|
});
|
|
});
|
|
|
feeRemove({ ids: arrIds.join(',') }).then(res => {
|
|
feeRemove({ ids: arrIds.join(',') }).then(res => {
|
|
|
this.$message.success("删除成功");
|
|
this.$message.success("删除成功");
|
|
|
|
|
+ this.countChange()
|
|
|
}).finally(() => {
|
|
}).finally(() => {
|
|
|
loading.close();
|
|
loading.close();
|
|
|
})
|
|
})
|
|
@@ -1653,6 +1655,7 @@ export default {
|
|
|
for (let index in arr) {
|
|
for (let index in arr) {
|
|
|
if (JSON.stringify(item) == JSON.stringify(arr[index])) {
|
|
if (JSON.stringify(item) == JSON.stringify(arr[index])) {
|
|
|
arr.splice(Number(index), 1)
|
|
arr.splice(Number(index), 1)
|
|
|
|
|
+ this.countChange()
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
})
|
|
})
|
|
@@ -1665,6 +1668,7 @@ export default {
|
|
|
});
|
|
});
|
|
|
feeRemove({ ids: arrIds.join(',') }).then(res => {
|
|
feeRemove({ ids: arrIds.join(',') }).then(res => {
|
|
|
this.$message.success("删除成功");
|
|
this.$message.success("删除成功");
|
|
|
|
|
+ this.countChange()
|
|
|
}).finally(() => {
|
|
}).finally(() => {
|
|
|
loading.close();
|
|
loading.close();
|
|
|
})
|
|
})
|