force-app/main/default/lwc/lexSpecilaApplyCreateLwc/lexSpecilaApplyCreateLwc.js
@@ -1,11 +1,3 @@ /* * @Description: * @version: * @Author: chen jing wu * @Date: 2023-06-25 10:06:08 * @LastEditors: chen jing wu * @LastEditTime: 2023-06-25 10:54:46 */ import { LightningElement,api, track, wire } from 'lwc'; import {CurrentPageReference} from 'lightning/navigation'; import { CloseActionScreenEvent } from 'lightning/actions'; @@ -62,4 +54,4 @@ }); this.dispatchEvent(new CloseActionScreenEvent()); } } }