forked from nsjcy/frontEnd/nsjcy

liuwh
2020-05-27 57cd6df84e4fb388b159d201f585520c40ba0b26
SunshineIns/src/page/CriminalExecution.jsx
@@ -188,6 +188,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, iframeKey } = this.state;
        return (
@@ -222,7 +238,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%'}