| | |
| | | /* |
| | | * @Description: |
| | | * @version: |
| | | * @Author: chen jing wu |
| | | * @Date: 2023-09-09 13:31:12 |
| | | * @LastEditors: chen jing wu |
| | | * @LastEditTime: 2023-09-11 14:43:12 |
| | | */ |
| | | import { LightningElement,wire,track,api} from 'lwc'; |
| | | import { CurrentPageReference } from "lightning/navigation"; |
| | | import { CloseActionScreenEvent } from 'lightning/actions'; |
| | |
| | | const defaultValues = encodeDefaultFieldValues({ |
| | | old_Project_No__c: this.recordId, |
| | | Department_Class__c: this.departmentClassId, |
| | | Hospital__c: this.hospitalId |
| | | Hospital__c: this.hospitalId, |
| | | Name: '*' |
| | | }); |
| | | this[NavigationMixin.Navigate]({ |
| | | type: 'standard__objectPage', |