Преглед изворни кода

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

Q-ABAB пре 2 година
родитељ
комит
aa12e519df
2 измењених фајлова са 6 додато и 3 уклоњено
  1. 4 3
      src/views/fundManage/makerfund.vue
  2. 2 0
      src/views/fundManage/makerfundApply.vue

+ 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>