forked from nsjcy/frontEnd/nsjcy

2
liuwh
2020-05-27 61d4bef11bb712be61323bef47515436e62292bb
2
1 files modified
19 ■■■■■ changed files
SunshineIns/src/page/CriminalExecution.jsx 19 ●●●●● patch | view | raw | blame | history
SunshineIns/src/page/CriminalExecution.jsx
@@ -186,6 +186,22 @@
        }, '*');
    }
    //确认提交按钮
    handleOk = () => {
        this.setState({
            zIndex: '-1',
            fingerCode: "",
        })
    }
    //取消按钮
    handleCancel = () => {
        this.setState({
            fingerCode: "",
            zIndex: '-1',
        });
    }
    render() {
        const { data, resetKey, visible, loading, savedate, closeKey, formData, zIndex, display, fingerCode } = this.state;
        return (
@@ -220,7 +236,8 @@
                    confirmLoading={loading}
                    visible={true}
                    title="指纹录入"
                    onCancel={() => { this.setState({ visible: false, zIndex: '-1', }) }}
                    onOk={this.handleOk}
                    onCancel={this.handleCancel}
                    bodyStyle={{ lineHeight: 4 }}
                    // footer={null}
                    width={'60%'}