|
@@ -587,7 +587,9 @@ export default {
|
|
|
}
|
|
}
|
|
|
console.log('res', res)
|
|
console.log('res', res)
|
|
|
},
|
|
},
|
|
|
- handleFileRemove () {},
|
|
|
|
|
|
|
+ handleFileRemove () {
|
|
|
|
|
+ this.level2ModalForm.thumb = ''
|
|
|
|
|
+ },
|
|
|
async handleFileUpload ({ file }) {
|
|
async handleFileUpload ({ file }) {
|
|
|
const res = await fileUpload({
|
|
const res = await fileUpload({
|
|
|
file: file,
|
|
file: file,
|