Fix drawer bug

pull/3445/head
johnniang 2019-04-20 00:52:09 +08:00
parent 5cfcb987e3
commit 43bd04d0b2
2 changed files with 2 additions and 2 deletions

View File

@ -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: {

View File

@ -121,7 +121,7 @@ export default {
sort: '' sort: ''
}, },
attachments: [], attachments: [],
selectedAttachment: null, selectedAttachment: {},
attachmentUploadHandler: attachmentApi.upload attachmentUploadHandler: attachmentApi.upload
} }
}, },