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