From ed96dab91fbac7159525fe557af2ecdd135c791d Mon Sep 17 00:00:00 2001 From: liuwh <liuwh@hugeinfo.com.cn> Date: Mon, 23 Mar 2020 14:21:40 +0800 Subject: [PATCH] 1 --- SunshineIns/src/page/Sweeping.jsx | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/SunshineIns/src/page/Sweeping.jsx b/SunshineIns/src/page/Sweeping.jsx index e957bec..9142bc3 100644 --- a/SunshineIns/src/page/Sweeping.jsx +++ b/SunshineIns/src/page/Sweeping.jsx @@ -45,7 +45,7 @@ getData = () => { const { formdata } = this.state; - Fetch.getSweeping(formdata) + Fetch.appointment(formdata) .then(res => { for (var i = 0; i < res.length; i++) { res[i]['index'] = i + 1; @@ -66,7 +66,7 @@ Seaech = () => { const { formdata } = this.state; - Fetch.getSweeping(formdata) + Fetch.appointment(formdata) .then(res => { for (var i = 0; i < res.length; i++) { res[i]['index'] = i + 1; @@ -154,10 +154,10 @@ return ( <div className="app-page"> <HeadView history={this.props.history} /> - <Breadcrumb style={{ padding: '20px' }}> + {/* <Breadcrumb style={{ padding: '20px' }}> <Breadcrumb.Item><a href="">后台中心</a></Breadcrumb.Item> <Breadcrumb.Item>扫黑除恶</Breadcrumb.Item> - </Breadcrumb> + </Breadcrumb> */} <TableBtnView name={''} key={resetKey}> <Select style={{ width: 200 }} -- Gitblit v1.8.0