去除日志,表格宽度
This commit is contained in:
@@ -128,7 +128,7 @@ const router = useRouter()
|
||||
const value1 = ref('')
|
||||
const value2 = ref('')
|
||||
const tableHeight = ref(0)
|
||||
console.log(window.innerHeight, '+++++++++')
|
||||
|
||||
tableHeight.value = window.innerHeight - 630
|
||||
|
||||
//下拉框数据
|
||||
@@ -443,8 +443,7 @@ const handleRefresh = () => {
|
||||
}
|
||||
// 表格拖拽排序
|
||||
const sortTable = ({ newIndex, oldIndex }: { newIndex?: number; oldIndex?: number }) => {
|
||||
console.log(newIndex, oldIndex)
|
||||
console.log(proTable.value?.tableData)
|
||||
|
||||
ElMessage.success('修改列表排序成功')
|
||||
}
|
||||
|
||||
@@ -493,7 +492,7 @@ const handleTest = () => {
|
||||
}
|
||||
}
|
||||
onMounted(() => {
|
||||
console.log(proTable.value?.tableData)
|
||||
|
||||
})
|
||||
defineExpose({ changeActiveTabs })
|
||||
</script>
|
||||
|
||||
Reference in New Issue
Block a user