Explorar o código

fix:AdvancedForm.vue

kokoroli %!s(int64=6) %!d(string=hai) anos
pai
achega
2f436d28cf
Modificáronse 1 ficheiros con 3 adicións e 2 borrados
  1. 3 2
      src/views/form/advancedForm/AdvancedForm.vue

+ 3 - 2
src/views/form/advancedForm/AdvancedForm.vue

@@ -139,8 +139,9 @@ export default {
       e.preventDefault()
     },
     newMember () {
+      const length = this.data.length
       this.data.push({
-        key: '-1',
+        key: (parseInt(this.data[length - 1].key) + 1).toString(),
         name: '',
         workId: '',
         department: '',
@@ -205,4 +206,4 @@ export default {
   .card{
     margin-bottom: 24px;
   }
-</style>
+</style>