去除log
This commit is contained in:
parent
97308b06e9
commit
b150bbaa7d
@ -68,7 +68,8 @@ export default function MenuWithTopButton(props: IMenuWithTopButton) {
|
|||||||
correctionNumType: props.correctionNumType,
|
correctionNumType: props.correctionNumType,
|
||||||
correctionType: props.correctionType,
|
correctionType: props.correctionType,
|
||||||
applyStatus: props.correctionApplyStatus,
|
applyStatus: props.correctionApplyStatus,
|
||||||
authorId: props.authorId
|
authorId: props.authorId,
|
||||||
|
tagCor:props.tagCor,
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
@ -31,6 +31,7 @@ export interface IMenuWithTopButton {
|
|||||||
correctionNumType?:string
|
correctionNumType?:string
|
||||||
correctionType?:string
|
correctionType?:string
|
||||||
correctionApplyStatus?:string
|
correctionApplyStatus?:string
|
||||||
|
tagCor?:string
|
||||||
// disableBelongpeople?:any
|
// disableBelongpeople?:any
|
||||||
// enableBelongpeople?:any
|
// enableBelongpeople?:any
|
||||||
}
|
}
|
@ -736,7 +736,7 @@ export default function Correction() {
|
|||||||
value: item.key,
|
value: item.key,
|
||||||
label: item.value
|
label: item.value
|
||||||
}));
|
}));
|
||||||
console.log('标签信息', newarrty);
|
// console.log('标签信息', newarrty);
|
||||||
|
|
||||||
setTagCorArray(newarrty)
|
setTagCorArray(newarrty)
|
||||||
|
|
||||||
|
@ -1052,7 +1052,7 @@ export default function Index() {
|
|||||||
correctionNumType={correctionNumType ? correctionNumType : ''}
|
correctionNumType={correctionNumType ? correctionNumType : ''}
|
||||||
correctionType={correctionType ? correctionType : ''}
|
correctionType={correctionType ? correctionType : ''}
|
||||||
correctionApplyStatus={correctionApplyStatus ? correctionApplyStatus : ''}
|
correctionApplyStatus={correctionApplyStatus ? correctionApplyStatus : ''}
|
||||||
|
tagCor = {tagCor? tagCor : ''}
|
||||||
// enableBelongpeople = {()=>{setClickBelongpeople(true)}}
|
// enableBelongpeople = {()=>{setClickBelongpeople(true)}}
|
||||||
/>
|
/>
|
||||||
|
|
||||||
@ -1339,7 +1339,7 @@ export default function Index() {
|
|||||||
value={tagDataId}
|
value={tagDataId}
|
||||||
style={{ height: '31px', width: '130px', marginLeft: 20, display: showSearchBox ? 'block' : 'none' }}
|
style={{ height: '31px', width: '130px', marginLeft: 20, display: showSearchBox ? 'block' : 'none' }}
|
||||||
onChange={(value: string) => {
|
onChange={(value: string) => {
|
||||||
console.log(`selected ${value}`);
|
// console.log(`selected ${value}`);
|
||||||
// const [part1, part2] = value.split(':');
|
// const [part1, part2] = value.split(':');
|
||||||
// console.log('part1:', part1);
|
// console.log('part1:', part1);
|
||||||
// console.log('part2:', part2);
|
// console.log('part2:', part2);
|
||||||
|
Loading…
Reference in New Issue
Block a user