Commit 2f436d28 by kokoroli

fix:AdvancedForm.vue

parent 6e04b616
......@@ -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: '',
......
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