forked from nsjcy/frontEnd/nsjcy

xuxj
2020-05-09 d7004986135c0885c1b9a92fb48919179732c00d
SunshineIns/src/page/ApplyFor.jsx
@@ -123,10 +123,9 @@
    }
    confirm = (e) => {
        console.log(e);
        this.setState({ loading: true })
        Fetch.socialDelete(e).then(res => {
            if (res.code == 0) {
        Fetch.entryDelete(e).then(res => {
            if (res.statuscode == 1) {
                console.log(res)
                this.setState({ loading: false })
                message.success('删除成功');
@@ -173,7 +172,7 @@
                            <React.Fragment>
                                <Divider type="vertical" />
                                <Popconfirm
                                    title="确认删除任务吗?"
                                    title="确认删除申请吗?"
                                    id={record.id}
                                    onConfirm={e => this.confirm(record.id)}
                                    okText="确定"