This commit is contained in:
@@ -157,7 +157,7 @@ export default {
|
||||
});
|
||||
},
|
||||
editItem(item) {
|
||||
this.dialogdata.recordId = this.Items.indexOf(item);
|
||||
this.dialogdata.recordId = item.id;
|
||||
this.dialogdata.dialog = true;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user