移除DEBUG代码

This commit is contained in:
zjl 2024-09-23 16:59:43 +08:00
parent a8dc1e937e
commit 83482ebbf6

View File

@ -61,7 +61,6 @@ const formParams = reactive({
}); });
const columnsType =()=>{ const columnsType =()=>{
if(props.type==1){ if(props.type==1){
console.log(columns)
return columns return columns
} else if (props.type==2) { } else if (props.type==2) {
return columns2 return columns2