From 99aba4d59524e98f87a17844b8815b6549500d28 Mon Sep 17 00:00:00 2001 From: "zyx.net" Date: Sun, 26 Mar 2023 13:47:21 +0800 Subject: [PATCH] =?UTF-8?q?=E8=BD=A6=E5=9E=8B=E5=A4=87=E6=A1=88=20?= =?UTF-8?q?=E9=99=84=E4=BB=B6=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../vehicleinformation/components/basicInformation.vue | 1 - .../vehicleinformation/components/upgradedonline.vue | 8 ++++---- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/jero-web/src/views/otamanagement/vehicleinformation/components/basicInformation.vue b/jero-web/src/views/otamanagement/vehicleinformation/components/basicInformation.vue index 5177c04e6..da71562f8 100644 --- a/jero-web/src/views/otamanagement/vehicleinformation/components/basicInformation.vue +++ b/jero-web/src/views/otamanagement/vehicleinformation/components/basicInformation.vue @@ -308,7 +308,6 @@ import { message } from 'ant-design-vue' } getAction('/ota/otaBaCxJbxx/queryByOtaId',{otaIdT:otaIdT,otaId:otaId}).then(res=>{ if(res.code == 200){ - this.form.qymc=res.result.qymc this.form.djbh=res.result.djbh this.form.cplb=res.result.cplb diff --git a/jero-web/src/views/otamanagement/vehicleinformation/components/upgradedonline.vue b/jero-web/src/views/otamanagement/vehicleinformation/components/upgradedonline.vue index 839ff8c15..9bb282ee3 100644 --- a/jero-web/src/views/otamanagement/vehicleinformation/components/upgradedonline.vue +++ b/jero-web/src/views/otamanagement/vehicleinformation/components/upgradedonline.vue @@ -426,14 +426,14 @@ import uploadFileOta from '@/components/uploadFileOta/file' }) }, clickButtonToUploadota(current) { - this.$refs.uploadFile.perentHandleFunc() - this.$refs.uploadFile.visible = true + this.$refs.uploadFileOta.perentHandleFunc() + this.$refs.uploadFileOta.visible = true this.uploadName = current getAction('sys/common/getFileInfos', { id: current }).then((res) => { if (res.success) { - this.$refs.uploadFile.perentHandleFunc(res.result) + this.$refs.uploadFileOta.perentHandleFunc(res.result) } else { - this.$refs.uploadFile.perentHandleFunc() + this.$refs.uploadFileOta.perentHandleFunc() } }) },