This commit is contained in:
2018-11-28 00:10:45 +00:00
parent 79384cde07
commit 8d725df6d2

View File

@@ -157,7 +157,7 @@ export default {
});
},
editItem(item) {
this.dialogdata.recordId = this.Items.indexOf(item);
this.dialogdata.recordId = item.id;
this.dialogdata.dialog = true;
}
}