import React from "react"; import { Table, Button, Spin, message, Alert, Modal, Input, InputNumber, } from "antd"; import $ from "jquery/src/ajax"; import EnterpriseNameChange from "../../../../../../common/enterpriseNameChange"; import AddContact from "../../followDetail/addContact"; import "./index.less" const { TextArea } = Input; const ContactPerson = React.createClass({ getInitialState() { return { upType: 0, visible: false, upData: {}, detail: {}, loading: false, addcontactModul: false, ContactsLists: [ { title: "姓名", dataIndex: "name", key: "name", render: (text, record, index) => { if (record.id) return