摘要: 下载功能-页面 fileDownload(info){ let fileName = info['bankFileName']; let filePath = info['bankFile']; let postData = {'fileName':fileName,'filePath':fileP 阅读全文
posted @ 2021-01-06 16:00 internHe 阅读(184) 评论(0) 推荐(0) 编辑
摘要: -引入弹窗页面 import fileUpload from 'src/page/cuApplyManage/fileUpload.vue'; -页面布局 <div> <fileUpload ref="dialog" @successReload="fileUploadSuccessReload" 阅读全文
posted @ 2021-01-06 15:59 internHe 阅读(644) 评论(0) 推荐(0) 编辑
摘要: -<el-card>-查询及展示列表页面-[v-show]属性控制显示隐藏-<el-card class="box-card" >-多标签页面-<el-form>-查询form-[model]属性传值后端-<el-form-item>-单个查询条件名称-<el-input>-输入框-<el-sele 阅读全文
posted @ 2021-01-06 15:57 internHe 阅读(321) 评论(0) 推荐(0) 编辑