|
|
@ -110,7 +110,6 @@ watch( |
|
|
|
() => props.data.length, |
|
|
|
() => props.data.length, |
|
|
|
() => { |
|
|
|
() => { |
|
|
|
if (initial) { |
|
|
|
if (initial) { |
|
|
|
debugger |
|
|
|
|
|
|
|
checkDefault.value = [props.data[0].id] |
|
|
|
checkDefault.value = [props.data[0].id] |
|
|
|
nextTick(() => { |
|
|
|
nextTick(() => { |
|
|
|
setCurrentKey(props.data[0].id) |
|
|
|
setCurrentKey(props.data[0].id) |
|
|
|