Browse Source

fix issue

tags/v1.22.9.2^2
zhoupzh 3 years ago
parent
commit
5c8f6d38d6
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      web_src/js/components/Model.vue

+ 1
- 0
web_src/js/components/Model.vue View File

@@ -492,6 +492,7 @@ export default {
} else {
this.i18n = this.$locale.CN;
}
this.getModelList()
},
beforeDestroy() { // 实例销毁之前对点击事件进行解绑
this.submitId.removeEventListener('click', this.submit);


Loading…
Cancel
Save