src/tabviews/custom/components/calendar/index.jsx
@@ -91,10 +91,10 @@ if (config.$cache && !this.loaded) { Api.getLCacheConfig(config.uuid).then(res => { if (!res || this.loaded) return if (!res.data || this.loaded) return let data = [] res.forEach((item, index) => { res.data.forEach((item, index) => { item.key = index item.$$uuid = item[config.setting.primaryKey] || ''