From 66eb27813f6c98ad702f37ff6140ed894cd7f4f9 Mon Sep 17 00:00:00 2001 From: TsMask <340112800@qq.com> Date: Mon, 15 Jul 2024 17:56:28 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=96=B0=E5=A2=9E=E7=BD=91=E5=85=83?= =?UTF-8?q?=E5=BA=94=E7=94=A8=E7=94=B3=E8=AF=B7=E6=8F=90=E4=BA=A4=E5=88=97?= =?UTF-8?q?=E8=A1=A8=E6=93=8D=E4=BD=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/pt/neConfigApply.ts | 4 +- .../configManage/configParamApply/index.vue | 689 ++++++++++++++++++ 2 files changed, 691 insertions(+), 2 deletions(-) create mode 100644 src/views/configManage/configParamApply/index.vue diff --git a/src/api/pt/neConfigApply.ts b/src/api/pt/neConfigApply.ts index 6abf7368..a27f2000 100644 --- a/src/api/pt/neConfigApply.ts +++ b/src/api/pt/neConfigApply.ts @@ -2,13 +2,13 @@ import { request } from '@/plugins/http-fetch'; /** - * 网元参数配置应用申请信息 + * 网元参数配置应用申请列表 * @param params 数据 {neType,paramName} * @returns object */ export function getPtNeConfigApply(params: Record) { return request({ - url: `/pt/neConfigApply`, + url: `/pt/neConfigApply/list`, params, method: 'get', }); diff --git a/src/views/configManage/configParamApply/index.vue b/src/views/configManage/configParamApply/index.vue new file mode 100644 index 00000000..30764567 --- /dev/null +++ b/src/views/configManage/configParamApply/index.vue @@ -0,0 +1,689 @@ + + + + +