@steedos-widgets/amis-object 1.3.0 → 1.3.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/amis-object.cjs.js
CHANGED
|
@@ -3552,7 +3552,7 @@ const Router$1 = {
|
|
|
3552
3552
|
* @Author: baozhoutao@steedos.com
|
|
3553
3553
|
* @Date: 2022-07-20 16:29:22
|
|
3554
3554
|
* @LastEditors: 殷亮辉 yinlianghui@hotoa.com
|
|
3555
|
-
* @LastEditTime: 2023-09-
|
|
3555
|
+
* @LastEditTime: 2023-09-08 14:09:48
|
|
3556
3556
|
* @Description:
|
|
3557
3557
|
*/
|
|
3558
3558
|
|
|
@@ -3566,6 +3566,9 @@ function getContrastColor(bgColor) {
|
|
|
3566
3566
|
}
|
|
3567
3567
|
|
|
3568
3568
|
function getLookupListView(refObjectConfig) {
|
|
3569
|
+
if(!refObjectConfig){
|
|
3570
|
+
return null;
|
|
3571
|
+
}
|
|
3569
3572
|
const listNameAll = "all";
|
|
3570
3573
|
const listNameLookup = "lookup";
|
|
3571
3574
|
let listViewAll, listViewLookup;
|