From da2673ff1152c4f8fee8a15aee2192f8deea99f1 Mon Sep 17 00:00:00 2001 From: yuekuo Date: Tue, 28 Mar 2023 18:04:52 +0800 Subject: [PATCH] =?UTF-8?q?=E7=BB=93=E6=9D=9F=E5=8D=87=E7=BA=A7=E5=AF=B9?= =?UTF-8?q?=E6=8E=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../upgradeactivity/components/upgradecompletion.vue | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/jero-web/src/views/otamanagement/upgradeactivity/components/upgradecompletion.vue b/jero-web/src/views/otamanagement/upgradeactivity/components/upgradecompletion.vue index d364fa0c5..8b1479d10 100644 --- a/jero-web/src/views/otamanagement/upgradeactivity/components/upgradecompletion.vue +++ b/jero-web/src/views/otamanagement/upgradeactivity/components/upgradecompletion.vue @@ -236,17 +236,17 @@ export default { methods: { ...mapGetters(['userInfo']), addModel(record,flag) { - this.disabled=false + this.disabled=false this.showButton=false if(flag=='1'){ this.disabled=true this.showButton=true } this.record=record + this.visible = true this.confirmLoading = false - // this.formInline = {} - // this.formInline.list = [{}] + console.log('555',record); this.$nextTick(() => { this.formInline = { ...this.formInline } this.$refs.ruleForm.clearValidate()