| | |
| | | </el-form-item> |
| | | </el-col> |
| | | </el-row> |
| | | --> |
| | | |
| | | <el-row> |
| | | <el-col :span="12"> |
| | | <el-form-item label="费用申请附件" align="left" prop="annexbankcard"> |
| | |
| | | </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" /> |
| | |
| | | //方法集合 |
| | | 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() { |
| | |
| | | }); |
| | | }); |
| | | }, |
| | | |
| | | |
| | | /** 提交按钮 */ |
| | | submitForm() { |
| | | this.$refs["form"].validate((valid) => { |
| | |
| | | // row.itemArr = res.data; |
| | | // this.$forceUpdate(); |
| | | // }); |
| | | }, |
| | | }, |
| | | |
| | | //获取专家列表 |
| | | getlistExternalperson() { |
| | |
| | | console.log("listUser", res); |
| | | this.userlist = res.data; |
| | | }); |
| | | }, |
| | | }, |
| | | |
| | | deleteRows(row, index, rows) { |
| | | this.$confirm("是否确认删除?", "提示", { |
| | |
| | | } else { |
| | | this.$modal.msgError(response.msg); |
| | | } |
| | | }, |
| | | }, |
| | | |
| | | }, |
| | | |