|
|
@@ -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' |
|
|
|