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()