From 606703a69aeaaf6228100b2fd20a1a6b0db24521 Mon Sep 17 00:00:00 2001
From: xuxy <1059738716@qq.com>
Date: 星期三, 26 六月 2024 14:14:39 +0800
Subject: [PATCH] 1
---
components/dying318-picker/Picker.vue | 6 ++++--
1 files changed, 4 insertions(+), 2 deletions(-)
diff --git a/components/dying318-picker/Picker.vue b/components/dying318-picker/Picker.vue
index ee9ba5b..69be89c 100644
--- a/components/dying318-picker/Picker.vue
+++ b/components/dying318-picker/Picker.vue
@@ -50,8 +50,8 @@
value: Object,
default() {
return {
- value: 'value',
- label: 'label',
+ value: 'id',
+ label: 'name',
children: 'children'
}
}
@@ -131,6 +131,8 @@
this.setColumn(index, pickerList)
})
this.reactModel = false;
+ console.log('init picker',this.pickerList)
+
} else {
this.setColumn(0, this.pickerList)
}
--
Gitblit v1.9.3