| | |
| | | import { LightningElement,wire,track,api} from 'lwc'; |
| | | import { CurrentPageReference } from "lightning/navigation"; |
| | | import { CloseActionScreenEvent } from 'lightning/actions'; |
| | | import { NavigationMixin } from 'lightning/navigation'; |
| | | import init from '@salesforce/apex/OppSubmitController.initSubmitButton'; |
| | | import UserInfo_Owner from '@salesforce/apex/OppSubmitController.UserInfo_Owner'; |
| | | import submit from '@salesforce/apex/OppSubmitController.submit'; |
| | | import init from '@salesforce/apex/ApplicationButtonController.initSubmitButton'; |
| | | import UserInfo_Owner from '@salesforce/apex/ApplicationButtonController.UserInfo_Owner'; |
| | | import submit from '@salesforce/apex/ApplicationButtonController.submit'; |
| | | import { updateRecord } from 'lightning/uiRecordApi'; |
| | | import { ShowToastEvent } from 'lightning/platformShowToastEvent'; |
| | | export default class Submit extends LightningElement { |
| | |
| | | this.Submit(); |
| | | }) |
| | | } |
| | | |
| | | //授权申请 提交 |
| | | Submit(){ |
| | | //获取获取当前登陆人 |
| | | this.arrMessage = []; |