From 86ce40cf5f1a76b35494c9cae383c48dd4be457a Mon Sep 17 00:00:00 2001 From: mk <2403457699@qq.com> Date: Thu, 9 Feb 2023 18:44:05 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=87=E4=BB=B6=E4=B8=8B=E8=BD=BD/=E8=A1=A8?= =?UTF-8?q?=E5=8D=95=E5=9B=9E=E6=98=BE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../views/modules/thirdparty/publishForm.vue | 12 +++++++++- .../views/modules/thirdparty/thirdparty.vue | 23 ++++++++++++++++--- 2 files changed, 31 insertions(+), 4 deletions(-) diff --git a/epmet-oper-web/src/views/modules/thirdparty/publishForm.vue b/epmet-oper-web/src/views/modules/thirdparty/publishForm.vue index 4d5aa3c..bd9067b 100644 --- a/epmet-oper-web/src/views/modules/thirdparty/publishForm.vue +++ b/epmet-oper-web/src/views/modules/thirdparty/publishForm.vue @@ -197,6 +197,8 @@ export default { this.$refs['dataForm'].resetFields() this.iconList = getIconList() this.dataForm.parentName = this.$t('menu.parentNameDefault') + this.dataForm.name = this.appName + this.dataForm.url = this.appUrl this.dataForm.resourceList = [] this.getMenuList().then(() => { if (this.dataForm.id) { @@ -315,7 +317,15 @@ export default { id: { type: String, default: '' - } + }, + appUrl: { + type: String, + default: '' + }, + appName: { + type: String, + default: '' + }, } } diff --git a/epmet-oper-web/src/views/modules/thirdparty/thirdparty.vue b/epmet-oper-web/src/views/modules/thirdparty/thirdparty.vue index f32a6d3..e340c5b 100644 --- a/epmet-oper-web/src/views/modules/thirdparty/thirdparty.vue +++ b/epmet-oper-web/src/views/modules/thirdparty/thirdparty.vue @@ -6,9 +6,12 @@