This commit is contained in:
unknown 2022-06-23 16:27:06 +08:00
parent 7d6e303b9e
commit 11f03a9c4e
1 changed files with 1 additions and 1 deletions

View File

@ -302,7 +302,7 @@ export default {
//
deleteRow(index) {
this.memberList.splice(index, 1);
this.applyForm.memberList.splice(index, 1);
console.log(index);
},