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" />
@@ -801,12 +801,18 @@
  //方法集合
  methods: {
    //生命周期 - 创建完成(可以访问当前this实例)
    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);
    },
    //生命周期 - 挂载完成(可以访问DOM元素)
    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);
      }
    },
    },
  },