@burh/nuxt-core 1.0.361 → 1.0.363
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -100,7 +100,7 @@ export default {
|
|
|
100
100
|
},
|
|
101
101
|
props: {
|
|
102
102
|
userData: Object,
|
|
103
|
-
userFolderId: String
|
|
103
|
+
userFolderId: String,
|
|
104
104
|
},
|
|
105
105
|
mounted() {
|
|
106
106
|
this.getUserFolderData();
|
|
@@ -119,8 +119,6 @@ export default {
|
|
|
119
119
|
},
|
|
120
120
|
|
|
121
121
|
mountUserReport(userData) {
|
|
122
|
-
console.log(userData);
|
|
123
|
-
|
|
124
122
|
const annex = userData.annex[0] || undefined;
|
|
125
123
|
const comment = userData.comments[0] || undefined;
|
|
126
124
|
|