Commit f27c7520 authored by cellee's avatar cellee

删除小区刷新列表页面,合同详情去掉提交按钮

Signed-off-by: cellee's avatarcellee <893264950@qq.com>
parent 91925aac
......@@ -109,6 +109,11 @@ export default {
// 关闭小区
let overCom = resp.data;
yield put({ type: 'overComList', overCom });
// 关闭成功清空Data 用来刷新最新数据
let Data = null;
let village = null;
yield put({ type: 'returnPage', Data });
yield put({ type: 'returnVillage', village });
break;
}
}
......
......@@ -294,7 +294,7 @@ const Detail = (props: any) => {
Close the community will delete <span style={{ color: 'red' }}> all owners </span>in
the community .
</p>
<p>please operate carefully!</p>
<p className="capi">please operate carefully!</p>
</Modal>
</div>
) : (
......
......@@ -364,9 +364,7 @@ const ContractContent = (props: any) => {
listType={'picture-card'}
disabled={true}
onPreview={onPreviews}
>
{fileList.length >= 3 ? null : <PlusOutlined />}
</Upload>
></Upload>
</Form.Item>
</div>
......@@ -408,9 +406,6 @@ const ContractContent = (props: any) => {
<div>
<LINE />
<Button type="primary" htmlType="submit" loading={loading} disabled>
Submit
</Button>
</div>
</div>
</Form>
......
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