From 71b93327e8f3fb3bffffc7c033c1f782e7b6ab32 Mon Sep 17 00:00:00 2001
From: buli <137736985@qq.com>
Date: 星期一, 22 五月 2023 17:37:16 +0800
Subject: [PATCH] test

---
 force-app/main/default/lwc/viewRecord/viewRecord.js |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/force-app/main/default/lwc/viewRecord/viewRecord.js b/force-app/main/default/lwc/viewRecord/viewRecord.js
index 154a104..90143e4 100644
--- a/force-app/main/default/lwc/viewRecord/viewRecord.js
+++ b/force-app/main/default/lwc/viewRecord/viewRecord.js
@@ -4,6 +4,7 @@
 import ACCOUNT_TYPE_FIELD from '@salesforce/schema/Account.Type';
 import ACCOUNT_PHONE_FIELD from '@salesforce/schema/Account.Phone';
 import ACCOUNT_EMPLOYEES_FIELD from '@salesforce/schema/Account.NumberOfEmployees';
+import ACCOUNT_PARENT_FIELD from '@salesforce/schema/Account.ParentId';
 
 export default class ViewRecord extends LightningElement {
     @api recordId;
@@ -13,6 +14,7 @@
         ACCOUNT_NAME_FIELD,
         ACCOUNT_TYPE_FIELD,
         ACCOUNT_PHONE_FIELD,
-        ACCOUNT_EMPLOYEES_FIELD
+        ACCOUNT_EMPLOYEES_FIELD,
+        ACCOUNT_PARENT_FIELD
     ];
 }
\ No newline at end of file

--
Gitblit v1.9.1