diff --git a/src/views/borrow/apply/index.vue b/src/views/borrow/apply/index.vue index bac1728a..4aa138a9 100644 --- a/src/views/borrow/apply/index.vue +++ b/src/views/borrow/apply/index.vue @@ -270,6 +270,8 @@ + + @@ -280,8 +282,22 @@ :label="item.label" > - + + + + + + + + + + + @@ -317,6 +333,7 @@ import { } from "@/api/borrow/apply"; import { listData } from "@/api/system/dict/data"; import { listUser } from "@/api/system/user"; +import { getRecordPage } from "@/api/archives/record"; export default { name: "BorrowApply", @@ -365,12 +382,14 @@ export default { wayOptions: [], mediaOptions: [], userOptions: [], //用户数据 + filesNumOptions: [], //借阅档案数据 }; }, created() { this.getList(); this.handleInitList(); this.getUserList(); + this.getFilesNum(); }, methods: { /** 查询列表 */ @@ -383,6 +402,12 @@ export default { this.loading = false; }); }, + // 获取借阅档案 + getFilesNum() { + getRecordPage().then((response) => { + this.filesNumOptions = response.data.list; + }); + }, //获取字典数据 handleInitList() { // 获取借阅申请类型