Commit b0a0b8c1 authored by Kemm23's avatar Kemm23

api load images

parent 62bb26b4
......@@ -276,7 +276,7 @@ export default {
eID: '',
eName: '',
eOrdering: '',
eParentId: null,
eParentId: '',
eImage: null,
message: [],
editedIndex: -1,
......@@ -460,7 +460,7 @@ export default {
this.eImage = item.images
this.editedIndex = this.categories.indexOf(item)
console.log(this.eID)
console.log(this.categories)
console.log(this.eImage)
},
updateCategory (userID) {
const self = this
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment