Commit a7bb5066 authored by renjintao's avatar renjintao

editRow

parent 8bcb0a99
...@@ -217,11 +217,10 @@ export default { ...@@ -217,11 +217,10 @@ export default {
}, },
//编辑 //编辑
editRow(row, index) { editRow(row, index) {
let lastListGroupId = this.list[this.list.length - 1].groupId // let lastListGroupId = this.list[this.list.length - 1].groupId
if (lastListGroupId == undefined) { // if (lastListGroupId == undefined) {
this.list.pop(); // this.list.pop();
} // }
this.cur.id = row.id this.cur.id = row.id
this.cur.userId = row.userId this.cur.userId = row.userId
this.cur.role = row.role this.cur.role = row.role
......
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