Commit 6af05207 authored by Sixiang_Zzb's avatar Sixiang_Zzb

服务范围提示修改

parent cfc00c98
......@@ -102,7 +102,9 @@ export default {
}
if (resp.error_code != '0000') {
if (playload.index !== 53) {
message.error(`${resp.error_code}:${resp.error_msg}`);
}
var Data3Error = null;
var Result = null;
let Data4Error = null;
......
......@@ -2,7 +2,7 @@ import React, { useState, useEffect } from 'react';
import styles from './Detail.less';
import { Button, Table, Space, message, Modal, Spin } from 'antd';
import { Link, useIntl, connect, Dispatch, history } from 'umi';
import { connect, history } from 'umi';
import ShowOptions from '../../../components/ShowOptions/index';
import TitleBack from '../../../components/TitleBack/TitleBack';
......@@ -11,7 +11,7 @@ import { PoweroffOutlined, ExclamationCircleOutlined } from '@ant-design/icons';
const { confirm } = Modal;
const Detail = (props: any) => {
const { dispatch, Data, CurDataFollow, location, SaveChooseData, Result } = props;
const { dispatch, CurDataFollow, location, SaveChooseData, Result } = props;
const status = ['Normal', 'Cancelled'];
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment