Browse Source

fix issue

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

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

@@ -480,7 +480,7 @@ export default {
this.submitId = document.getElementById("submitId") this.submitId = document.getElementById("submitId")
this.timer = setInterval(()=>{ this.timer = setInterval(()=>{
this.getModelList() this.getModelList()
}, 3000);
}, 10000);
this.url = location.href.split('show_model')[0] this.url = location.href.split('show_model')[0]
this.submitId.addEventListener("click", this.submit) this.submitId.addEventListener("click", this.submit)
this.url_create_newVersion = this.url + 'create_model' this.url_create_newVersion = this.url + 'create_model'


Loading…
Cancel
Save