去除log
This commit is contained in:
parent
97308b06e9
commit
b150bbaa7d
@ -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,
|
||||
}
|
||||
})
|
||||
}
|
||||
|
@ -31,6 +31,7 @@ export interface IMenuWithTopButton {
|
||||
correctionNumType?:string
|
||||
correctionType?:string
|
||||
correctionApplyStatus?:string
|
||||
tagCor?:string
|
||||
// disableBelongpeople?:any
|
||||
// enableBelongpeople?:any
|
||||
}
|
@ -736,7 +736,7 @@ export default function Correction() {
|
||||
value: item.key,
|
||||
label: item.value
|
||||
}));
|
||||
console.log('标签信息', newarrty);
|
||||
// console.log('标签信息', newarrty);
|
||||
|
||||
setTagCorArray(newarrty)
|
||||
|
||||
|
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user