From cc26c514138911efb22f6c0aebf1b6ec2340e04d Mon Sep 17 00:00:00 2001 From: yuekuo Date: Fri, 31 Mar 2023 16:40:50 +0800 Subject: [PATCH] 67719 --- .../components/upgradetargetmodel.vue | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/jero-web/src/views/otamanagement/upgradeactivityrecord/components/upgradetargetmodel.vue b/jero-web/src/views/otamanagement/upgradeactivityrecord/components/upgradetargetmodel.vue index 14eeebd40..59f30073b 100644 --- a/jero-web/src/views/otamanagement/upgradeactivityrecord/components/upgradetargetmodel.vue +++ b/jero-web/src/views/otamanagement/upgradeactivityrecord/components/upgradetargetmodel.vue @@ -232,15 +232,15 @@ export default { this.form = res.result this.form.otaId='' - if (this.$route.query.type == 1 && res.result.cxmb == null) { - this.form.cxmb = this.form.babh + '-' + this.form.bapc + '-' + this.form.cpxh - } else { - if (this.$route.query.type == 2 && res.result.cxmb == null) { - this.form.cxmb = this.form.babh + '-' + this.form.bapc + '-' + this.form.cpxh - } else { - this.form.cxmb = res.result.cxmb ? res.result.cxmb : undefined - } - } + // if (this.$route.query.type == 1 && res.result.cxmb == null) { + // this.form.cxmb = this.form.babh + '-' + this.form.bapc + '-' + this.form.cpxh + // } else { + // if (this.$route.query.type == 2 && res.result.cxmb == null) { + // this.form.cxmb = this.form.babh + '-' + this.form.bapc + '-' + this.form.cpxh + // } else { + // this.form.cxmb = res.result.cxmb ? res.result.cxmb : undefined + // } + // } if (res.result.dllx1 == null || res.result.dllx1 == "") { this.form.dllx1 = undefined