1
xuxueyang
2024-07-12 61cf11952187a8a7e19f4de4c0ef038371fcaded
uni_modules/uni-data-picker/components/uni-data-pickerview/uni-data-picker.js
@@ -216,9 +216,10 @@
          inputValue = inputValue[this.map.value];
        }
      }
      this.selected = this._findNodePath(inputValue, this.localdata);
    },
      console.log('_findNodePath',inputValue,this.localdata)
   },
    // 加载 Cloud 数据 (单列)
    async loadCloudDataList() {