From 681bd876235ddb2a73fc218c64d0cf174b38d666 Mon Sep 17 00:00:00 2001
From: yxh <172933527@qq.com>
Date: 星期一, 31 七月 2023 13:24:45 +0800
Subject: [PATCH] yxh

---
 src/views/project/fund/expertFeeFundApply/index.vue |   22 ++++++++++++++--------
 1 files changed, 14 insertions(+), 8 deletions(-)

diff --git a/src/views/project/fund/expertFeeFundApply/index.vue b/src/views/project/fund/expertFeeFundApply/index.vue
index 3ece74b..d92089c 100644
--- a/src/views/project/fund/expertFeeFundApply/index.vue
+++ b/src/views/project/fund/expertFeeFundApply/index.vue
@@ -402,7 +402,7 @@
             </el-form-item>
           </el-col>
         </el-row>
-                  -->
+                 
         <el-row>
           <el-col :span="12">
             <el-form-item label="璐圭敤鐢宠闄勪欢" align="left" prop="annexbankcard">
@@ -415,7 +415,7 @@
               </el-upload>
             </el-form-item>
           </el-col>
-        </el-row>
+        </el-row> -->
         <el-row v-if="dialogType == 'detail'">
           <el-table :data="fundflowList" border>
             <el-table-column label="瀹℃牳浜�" align="center" width="120" prop="checkusername" />
@@ -801,12 +801,18 @@
   //鏂规硶闆嗗悎
   methods: {
     //鐢熷懡鍛ㄦ湡 - 鍒涘缓瀹屾垚锛堝彲浠ヨ闂綋鍓峵his瀹炰緥锛�
-    created() {
+    created() {      
+      console.log("getUnitList", 1);
       this.getUnitList();
-      this.getList();
+      console.log("getBaseInfoList", 2);
       this.getBaseInfoList();
+      console.log("getlistUser", 3);
       this.getlistUser();
+      console.log("getCurFundType", 4);
       this.getCurFundType();
+      console.log("getList", 5);
+      this.getList();
+      console.log("last", 6);
     },
     //鐢熷懡鍛ㄦ湡 - 鎸傝浇瀹屾垚锛堝彲浠ヨ闂瓺OM鍏冪礌锛�
     mounted() {
@@ -1032,7 +1038,7 @@
           });
         });
     },
-    
+
     /** 鎻愪氦鎸夐挳 */
     submitForm() {
       this.$refs["form"].validate((valid) => {
@@ -1658,7 +1664,7 @@
       //   row.itemArr = res.data;
       //   this.$forceUpdate();
       // });
-    },    
+    },
 
     //鑾峰彇涓撳鍒楄〃
     getlistExternalperson() {
@@ -1710,7 +1716,7 @@
         console.log("listUser", res);
         this.userlist = res.data;
       });
-    },    
+    },
 
     deleteRows(row, index, rows) {
       this.$confirm("鏄惁纭鍒犻櫎?", "鎻愮ず", {
@@ -1912,7 +1918,7 @@
       } else {
         this.$modal.msgError(response.msg);
       }
-    },    
+    },
 
   },
 

--
Gitblit v1.9.3