zhangchunxu
2023-08-02 be8dc1e5c21fccf84cf25497d55e5261e93fbb35
force-app/main/default/lwc/lexMainFixtureSelect/lexMainFixtureSelect.js
@@ -1,7 +1,6 @@
import { LightningElement, track, wire, api } from 'lwc';
import { CurrentPageReference,NavigationMixin } from 'lightning/navigation';
import init from '@salesforce/apex/MainFixtureSelectButtonController.init';
export default class lexMainFixtureSelect extends LightningElement {
   @api recordId;
   IsLoading = true;
@@ -19,7 +18,9 @@
   connectedCallback(){
      this.IsLoading = false;
      window.open("/apex/MainFixtureSelect?pt_recid=" + this.recordId, "_top");
      this.closeAction();
   }
   closeAction() {