|
@@ -362,7 +362,6 @@ export default defineComponent({
|
|
|
let isMore = ref(true)
|
|
|
const changeStatData = () => {
|
|
|
statWarpHeight.value = document.getElementById('statWarp').offsetHeight
|
|
|
- console.log(statWarpHeight.value)
|
|
|
}
|
|
|
let statWarpHeight = ref(0)
|
|
|
watch(proxy.statConfig,(newValue,oldValue)=>{
|
|
@@ -373,7 +372,6 @@ export default defineComponent({
|
|
|
},{immediate:true})
|
|
|
let statSelectVal = ref(0)
|
|
|
const retrievalModal = ref(false)
|
|
|
- console.log(selectConfigCopy)
|
|
|
const getAttrsValue = (item) => {
|
|
|
const { attrs } = item
|
|
|
const result = {
|
|
@@ -390,6 +388,9 @@ export default defineComponent({
|
|
|
renderComponent: {
|
|
|
target: 'components-mapping',
|
|
|
},
|
|
|
+ renderMoreBtn: {
|
|
|
+ target: 'more-btn',
|
|
|
+ },
|
|
|
})
|
|
|
const getParent = computed(() => {
|
|
|
return proxy.$parent
|