diff --git a/src/pages/Dashboard/dashboard.vue b/src/pages/Dashboard/dashboard.vue index fa45915..6a6b94d 100644 --- a/src/pages/Dashboard/dashboard.vue +++ b/src/pages/Dashboard/dashboard.vue @@ -14,7 +14,8 @@ - + + @@ -27,7 +28,7 @@ -
{{ editedItem.title }}
+
{{ notice.title }}
@@ -37,7 +38,7 @@ -
{{ editedItem.description }}
+
{{ notice.description }}
@@ -122,7 +123,8 @@ - + +
{{ userData.name }} @@ -252,7 +254,7 @@ export default { } }, selected: {}, - editedItem: {}, + notice: {}, userData: {}, students: "", parents: "", @@ -277,7 +279,7 @@ export default { }, profile(item) { // this.editedIndex = this.desserts.indexOf(item); - this.editedItem = Object.assign({}, item); + this.notice = Object.assign({}, item); this.dialogNotice = true; }, date: function(date) {