|
@@ -516,11 +516,9 @@ export default {
|
|
|
|
|
|
// ------------------------------------------
|
|
|
// 操作 删除
|
|
|
- handleDelete(index) {
|
|
|
- var ret = this.addPreBook.syLetterDepositItemList.splice(index, 1);
|
|
|
- this.setHeadCalField();
|
|
|
- return ret;
|
|
|
-
|
|
|
+ handleDelete(prop) {
|
|
|
+ this.addPreBook.syLetterDepositItemList.splice(prop.index, 1);
|
|
|
+ this.setHeadCalField();
|
|
|
},
|
|
|
|
|
|
// 抽屉 取消
|