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

删除冗余代码

上级 3bd65b80
......@@ -387,7 +387,6 @@ class DetailSplit extends Component {
goOtherDetail = (e) => {
const code = e.currentTarget.dataset.codeId;
console.log(this.props);
let url = window.location.href.split('#')[0];
if (code) {
window.open(url + '#' + this.props.history.location.pathname + '?code=' + code + '&showAll=false');
......@@ -1023,7 +1022,6 @@ function Index(props) {
lite: true,
},
callback: (val) => {
console.log(val);
message.destroy();
if (val) {
DetailSplitFormNew.current = Form.create(
......
......@@ -230,7 +230,6 @@ export default class Signature extends Component {
WebSign = () => {
const { width, height } = this.props;
const EditIcon = this.EditIcon;
// console.log(this.props);
const { url } = this.state;
if (url) {
return (
......
......@@ -45,7 +45,6 @@ export default class MobileCascader extends Component{
value={value}
extra={disabled ? '' : json.placeholder || '点击选择'}
onChange={(val) => {
console.log(val);
onChange(val || undefined);
}}
{...otherProps?.props}
......
......@@ -4,7 +4,6 @@ const Modal = getModal();
export default class FormModal extends React.Component {
render() {
// console.log(this.props);
return (
<Modal
bodyStyle={{
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论