提交 2f35d8ea authored 作者: 钟是志's avatar 钟是志

bug修改

上级 52374ba5
......@@ -273,7 +273,7 @@ export default function PictureSignature({
if (!fileInfo) {
return null;
}
// console.log(imageInfo, fileInfo);
console.log(imageInfo, fileInfo);
return (
<div className={styles.outSideDiv}>
{fileInfo && fileInfo?.path && (
......
......@@ -2999,7 +2999,7 @@ export default class tableCom extends Component {
}
const filterF = function filter(inputValue, path) {
return path.some(
option => option.label.toLowerCase().indexOf(inputValue.toLowerCase()) > -1,
option => option?.label?.toLowerCase()?.indexOf(inputValue.toLowerCase()) > -1,
);
};
cm = getFieldDecorator(dataColumn.base52, {
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论