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