Commit a7bb5066 authored by renjintao's avatar renjintao

editRow

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