From 43deb6286cbf28351e68c401c1e64e7a3c5f3c4b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BC=A0=E6=B4=8B=E5=B7=9D?= <604737071@qq.com> Date: Wed, 24 Apr 2024 11:07:09 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E6=94=B9=E5=9B=A0=E4=B8=BAAPPC?= =?UTF-8?q?ode=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/views/FDS/installationList/index.vue | 2 ++ sf-ui/src/views/deployment/module/index.vue | 4 ++- sf-ui/src/views/deployment/publish/index.vue | 31 ++++++++++++++++++- 3 files changed, 35 insertions(+), 2 deletions(-) diff --git a/sf-ui/src/views/FDS/installationList/index.vue b/sf-ui/src/views/FDS/installationList/index.vue index 1d03122..20c0f16 100644 --- a/sf-ui/src/views/FDS/installationList/index.vue +++ b/sf-ui/src/views/FDS/installationList/index.vue @@ -409,6 +409,8 @@ export default { if (valid) { if (this.form.id != null) { let data = Object.assign({}, this.form) + console.log(data) + data.appCode = '000000' delete data.explain updateINFO(data).then(response => { this.$modal.msgSuccess('修改成功') diff --git a/sf-ui/src/views/deployment/module/index.vue b/sf-ui/src/views/deployment/module/index.vue index a079a4b..189a854 100644 --- a/sf-ui/src/views/deployment/module/index.vue +++ b/sf-ui/src/views/deployment/module/index.vue @@ -368,7 +368,8 @@ export default { created: null, modified: null, createTime: null, - updateTime: null + updateTime: null, + appCode: '000000' } this.resetForm('form') }, @@ -423,6 +424,7 @@ export default { if (valid) { if (this.form.id != null) { let data = Object.assign({}, this.form) + data.appCode = '000000' delete data.explain updateModule(data).then(response => { this.$modal.msgSuccess('修改成功') diff --git a/sf-ui/src/views/deployment/publish/index.vue b/sf-ui/src/views/deployment/publish/index.vue index 086d229..d3d2cb4 100644 --- a/sf-ui/src/views/deployment/publish/index.vue +++ b/sf-ui/src/views/deployment/publish/index.vue @@ -368,7 +368,7 @@