From c680aa7aa5ccef5cf398f5784d6039c7b5bae0f6 Mon Sep 17 00:00:00 2001 From: "zyx.net" Date: Tue, 10 Oct 2023 15:00:09 +0800 Subject: [PATCH] =?UTF-8?q?=E5=B9=B3=E5=8F=B0=E4=BB=B6=E9=A1=B9=E7=9B=AE?= =?UTF-8?q?=E5=BA=93=20=E8=AE=A4=E8=AF=81=E6=B8=85=E5=8D=95=E5=A2=9E?= =?UTF-8?q?=E5=8A=A0=E5=A4=87=E6=B3=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../platformItemLibraryDetails/components/addModel.vue | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/jero-web/src/views/projectManagement/platformItemLibraryDetails/components/addModel.vue b/jero-web/src/views/projectManagement/platformItemLibraryDetails/components/addModel.vue index f0da57ff2..40bd35b50 100644 --- a/jero-web/src/views/projectManagement/platformItemLibraryDetails/components/addModel.vue +++ b/jero-web/src/views/projectManagement/platformItemLibraryDetails/components/addModel.vue @@ -787,8 +787,6 @@ }) this.formInline = value console.log(this.formInline) - this.formInline.engineeringInterfacePersonName = this.formInline.engineeringInterfacePersonName - this.formInline.regulationOwnerIdName = this.formInline.regulationOwnerIdName this.formInline = { ...this.formInline } this.$forceUpdate() } @@ -817,6 +815,9 @@ editModel(value) { this.visible = true this.title = this.$t('edit') + this.formInline.engineeringInterfacePersonName = value.engineeringInterfacePersonName + this.formInline.regulationOwnerIdName = value.regulationOwnerIdName + console.log(this.formInline.engineeringInterfacePersonName,this.formInline.engineeringInterfacePersonName) const token = Vue.ls.get(ACCESS_TOKEN) this.headers = { 'X-Access-Token': token } console.log(this.headers)