Procházet zdrojové kódy

Merge branch 'master' of https://git.cocorobo.cn/CocoRoboLabs/ssti-CollegeManage

Q-ABAB před 2 roky
rodič
revize
aa12e519df

+ 4 - 3
src/views/fundManage/makerfund.vue

@@ -424,6 +424,9 @@
         }
       },
       methods:{
+        getData(){
+            
+        },
         edit(){
 
         },
@@ -453,9 +456,7 @@
     border-radius: 5px;
     overflow: hidden;
   }
-  // .el-input__inner{
-  //     width: 300px;
-  //   }
+
   .dialog-footer{
     width: 100%;
     display: flex;

+ 2 - 0
src/views/fundManage/makerfundApply.vue

@@ -198,7 +198,9 @@ export default {
         }
     },
     methods:{
+        getData(){
 
+        },
     }
 }
 </script>