Commit a45f0db6 authored by 我在何方's avatar 我在何方

新增收款单修复

parent 6f7164a4
...@@ -1427,6 +1427,7 @@ export default { ...@@ -1427,6 +1427,7 @@ export default {
const list = [...this.list] const list = [...this.list]
delete list[index] delete list[index]
this.list = list.filter(v => v) this.list = list.filter(v => v)
this.calculation()
}, },
/** 搜索按钮操作 */ /** 搜索按钮操作 */
handleQuery() { handleQuery() {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment