去除log

This commit is contained in:
lyp 2025-01-03 16:16:10 +08:00
parent 97308b06e9
commit b150bbaa7d
4 changed files with 6 additions and 4 deletions

View File

@ -68,7 +68,8 @@ export default function MenuWithTopButton(props: IMenuWithTopButton) {
correctionNumType: props.correctionNumType,
correctionType: props.correctionType,
applyStatus: props.correctionApplyStatus,
authorId: props.authorId
authorId: props.authorId,
tagCor:props.tagCor,
}
})
}

View File

@ -31,6 +31,7 @@ export interface IMenuWithTopButton {
correctionNumType?:string
correctionType?:string
correctionApplyStatus?:string
tagCor?:string
// disableBelongpeople?:any
// enableBelongpeople?:any
}

View File

@ -736,7 +736,7 @@ export default function Correction() {
value: item.key,
label: item.value
}));
console.log('标签信息', newarrty);
// console.log('标签信息', newarrty);
setTagCorArray(newarrty)

View File

@ -1052,7 +1052,7 @@ export default function Index() {
correctionNumType={correctionNumType ? correctionNumType : ''}
correctionType={correctionType ? correctionType : ''}
correctionApplyStatus={correctionApplyStatus ? correctionApplyStatus : ''}
tagCor = {tagCor? tagCor : ''}
// enableBelongpeople = {()=>{setClickBelongpeople(true)}}
/>
@ -1339,7 +1339,7 @@ export default function Index() {
value={tagDataId}
style={{ height: '31px', width: '130px', marginLeft: 20, display: showSearchBox ? 'block' : 'none' }}
onChange={(value: string) => {
console.log(`selected ${value}`);
// console.log(`selected ${value}`);
// const [part1, part2] = value.split(':');
// console.log('part1:', part1);
// console.log('part2:', part2);