|
@@ -147,6 +147,9 @@ export default {
|
|
if(this.recordObj.status=='1' && !this.recordObj.loading){
|
|
if(this.recordObj.status=='1' && !this.recordObj.loading){
|
|
let iframe = this.$refs["iframeRef"];
|
|
let iframe = this.$refs["iframeRef"];
|
|
this.recordObj.loading = true;
|
|
this.recordObj.loading = true;
|
|
|
|
+ iframe.contentWindow.window.document
|
|
|
|
+ .getElementById("scenarioStopButton")
|
|
|
|
+ .click();
|
|
iframe.contentWindow.onSessionStopped = (s, e) => {
|
|
iframe.contentWindow.onSessionStopped = (s, e) => {
|
|
this.recordObj.status = "0"
|
|
this.recordObj.status = "0"
|
|
this.recordObj.loading = false;
|
|
this.recordObj.loading = false;
|