mirror of https://github.com/halo-dev/halo
Fix drawer bug
parent
5cfcb987e3
commit
43bd04d0b2
|
@ -149,7 +149,7 @@ export default {
|
||||||
data() {
|
data() {
|
||||||
return {
|
return {
|
||||||
uploadVisible: false,
|
uploadVisible: false,
|
||||||
selectAttachment: null,
|
selectAttachment: {},
|
||||||
attachments: [],
|
attachments: [],
|
||||||
editable: false,
|
editable: false,
|
||||||
pagination: {
|
pagination: {
|
||||||
|
|
|
@ -121,7 +121,7 @@ export default {
|
||||||
sort: ''
|
sort: ''
|
||||||
},
|
},
|
||||||
attachments: [],
|
attachments: [],
|
||||||
selectedAttachment: null,
|
selectedAttachment: {},
|
||||||
attachmentUploadHandler: attachmentApi.upload
|
attachmentUploadHandler: attachmentApi.upload
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue