src/tabviews/custom/components/table/edit-table/index.jsx
@@ -1,7 +1,7 @@ import React, {Component} from 'react' import PropTypes from 'prop-types' import { is, fromJS } from 'immutable' import { notification } from 'antd' import { notification, Modal } from 'antd' import Api from '@/api' import Utils from '@/utils/utils.js' @@ -252,6 +252,12 @@ this.setState({ loading: false }) if (result.ErrCode === 'N') { Modal.error({ title: result.message, }) } else { notification.error({ top: 92, message: result.message, @@ -259,6 +265,7 @@ }) } } } /** * @description 获取单行数据