jinx hace 11 meses
padre
commit
1cbec1d07b
Se han modificado 1 ficheros con 3 adiciones y 1 borrados
  1. 3 1
      packages/admin/src/views/tab5/index.vue

+ 3 - 1
packages/admin/src/views/tab5/index.vue

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