|
@@ -21,7 +21,7 @@ export default defineComponent({
|
|
|
const columns = computed(() => {
|
|
|
return partListNames.value
|
|
|
})
|
|
|
- console.log(partListNames.value, partIndex.value, selectIndex.value, columns.value, 999999)
|
|
|
+ // console.log(partListNames.value, partIndex.value, selectIndex.value, columns.value, 999999)
|
|
|
/**
|
|
|
* 默认选中的
|
|
|
* picker组件,3.x的版本可以使用defaultIndex,4.x的版本只能使用v-model传递
|
|
@@ -29,7 +29,7 @@ export default defineComponent({
|
|
|
const selValues = ref([partIndex.value]);
|
|
|
const myPicker = ref();
|
|
|
onMounted(() => {
|
|
|
- console.log(myPicker.value)
|
|
|
+ // console.log(myPicker.value,99999,selValues.value,props.partIndex)
|
|
|
});
|
|
|
return () => (
|
|
|
<div class={styles.container}>
|