liuqiao 4 роки тому
батько
коміт
b70f1eea25

+ 6 - 2
src/views/user/project/components/fileupload/index.vue

@@ -158,13 +158,17 @@ export default {
             .then((res) => {
               this.$message.success('上传成功');
             //  this.$emit('getData');
-              
-          this.$parent.getData();
+            this.$parent.getData();
+            this.$parent.getData();
+        
 
             })
             .catch((err) => {})
     },
      
+       
+
+
      handleSuccess (response, file) {
    
       let blob = new Blob([JSON.stringify(response)], { type: 'application/json' });