king
2023-08-08 3559320840d174a2360b2efab70465698bb9a92d
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] || ''