|
|
|
@ -4,7 +4,7 @@
|
|
|
|
|
* @Author: sueRimn |
|
|
|
|
* @Date: 2020-12-25 10:19:31 |
|
|
|
|
* @LastEditors: sueRimn |
|
|
|
|
* @LastEditTime: 2021-07-24 14:36:27 |
|
|
|
|
* @LastEditTime: 2021-08-16 15:29:41 |
|
|
|
|
*/ |
|
|
|
|
import { Component, OnInit, Inject } from '@angular/core'; |
|
|
|
|
import { FormControl } from '@angular/forms'; |
|
|
|
@ -310,6 +310,14 @@ export class PlanRecordComponent implements OnInit {
|
|
|
|
|
oopen3Dshow() { |
|
|
|
|
this.dialog.open(recordshow3D, { width: '1650px', height: '850px', data: { url: this.thirdPartyURL, twoOrthree: this.twoOrthree } }); |
|
|
|
|
} |
|
|
|
|
//判断iframe是否加载完成
|
|
|
|
|
iftrue=true |
|
|
|
|
ifranmeLoad(){ |
|
|
|
|
var iframe = document.getElementById("myiframe"); |
|
|
|
|
iframe.onload = function(){
|
|
|
|
|
} |
|
|
|
|
this.iftrue=!this.iftrue |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|