<!--
|
* @Description:
|
* @version:
|
* @Author: chen jing wu
|
* @Date: 2023-04-27 11:38:36
|
* @LastEditors: chen jing wu
|
* @LastEditTime: 2023-04-27 11:44:04
|
-->
|
<template>
|
<template if:true={isLookup}>
|
<lightning-record-edit-form
|
object-api-name={apiName}
|
record-id=''
|
>
|
<lightning-input-field field-name={fieldName} onclick={handleinputChange} variant="label-hidden"> </lightning-input-field>
|
</lightning-record-edit-form>
|
</template>
|
</template>
|