yxh
yxh
2023-07-31 681bd876235ddb2a73fc218c64d0cf174b38d666
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" />
@@ -802,11 +802,17 @@
  methods: {
    //生命周期 - 创建完成(可以访问当前this实例)
    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);
    },
    //生命周期 - 挂载完成(可以访问DOM元素)
    mounted() {