force-app/main/default/lwc/lexNewAgencyHospital/lexNewAgencyHospital.js
@@ -1,11 +1,3 @@ /* * @Description: * @version: * @Author: chen jing wu * @Date: 2023-06-15 09:52:50 * @LastEditors: chen jing wu * @LastEditTime: 2023-07-25 09:16:27 */ import { api, wire,LightningElement } from 'lwc'; import { CurrentPageReference } from "lightning/navigation"; import { CloseActionScreenEvent } from 'lightning/actions'; @@ -64,4 +56,4 @@ }); } } } }