前端导航栏更新
This commit is contained in:
@@ -177,7 +177,7 @@ export default {
|
||||
});
|
||||
},
|
||||
editItem(item) {
|
||||
this.editedIndex = this.desserts.indexOf(item);
|
||||
this.editedIndex = item.id;
|
||||
this.editedItem = Object.assign({}, item);
|
||||
this.dialog = true;
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user