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() {
return {
uploadVisible: false,
selectAttachment: null,
selectAttachment: {},
attachments: [],
editable: false,
pagination: {

View File

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