From cf8561284180a817bc90c240e65abee0fd70ebff Mon Sep 17 00:00:00 2001 From: 田源 <lastanimals@163.com> Date: 星期五, 02 二月 2024 16:42:22 +0800 Subject: [PATCH] 接口基本信息添加接口 && 分类授权更新 --- Source/UBCS-WEB/src/views/docking/info.vue | 9 +++++++-- 1 files changed, 7 insertions(+), 2 deletions(-) diff --git a/Source/UBCS-WEB/src/views/docking/info.vue b/Source/UBCS-WEB/src/views/docking/info.vue index 1c28481..4cc1fb3 100644 --- a/Source/UBCS-WEB/src/views/docking/info.vue +++ b/Source/UBCS-WEB/src/views/docking/info.vue @@ -59,7 +59,7 @@ <script> import { - getList, add, edit, del, push, updateStatus + getList, add, edit, del, push, updateStatus,HeaderRequest } from "@/api/docking/info"; import {getDictionary} from "@/api/omd/enum"; import infoForm from "./infoForm.vue"; @@ -118,12 +118,14 @@ border: true, index: true, selection: true, + indexFixed: false, + selectionFixed:false, searchShow: false, + refreshBtn:false, searchMenuSpan: 6, rowKey: "id", tabs: true, stripe: true, - indexFixed: false, menuWidth: 180, highlightCurrentRow: true, addBtn: false, @@ -262,6 +264,9 @@ }; }, created() { + HeaderRequest().then(res => { + console.log(res) + }) }, computed: { ...mapGetters(["permission"]), -- Gitblit v1.9.3