网站首页
编程语言
数据库
系统相关
其他分享
编程问答
recordId
2024-10-30
Quick Action获取recordId 与 objectApiName的问题
在QuickAction中引用lwc组件时,recordId与objectApiName会undefined,但html页面中用到recordId的地方能正常使用,在connectedCallback中打印recordId却找不到,因为在QuickAction中获取recordId,与connectedCallback并非顺序执行,通常在调用connectdCallback后填充。如果想在QuickAct
2023-06-03
vue+elemntUI合并行2
返回的是一维数组o:[{id:1,name:s;age:11},{id:1,name:s;age:11},{id:2,name:p;age:15}]1、对返回的数据做处理getData(){that.tableData=res.data.data.list;that.getFormatList();//重新合并行},getFormatList(){letrecordObj={};this.re
2023-02-12
Salesforce LWC学习(四十二) getRecordNotifyChange已弃用
本篇参考:https://developer.salesforce.com/docs/component-library/documentation/en/lwc/lwc.reference_get_record_notifyhttps://developer.salesforce.com/docs/com
2022-11-01
python批量发送post请求
importrequestsimportjsonimportpandasaspdlist2=[]false=Falsetrue=True#postheaders={"content-type":"charset=utf8"}url="url链接"#获取