From 5a887acf1924950715086633d329db045223b5c4 Mon Sep 17 00:00:00 2001
From: liuwh <hugeinfo123>
Date: Tue, 09 Jun 2020 14:47:27 +0800
Subject: [PATCH] test
---
SunshineIns/src/page/UnderAgeList.jsx | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/SunshineIns/src/page/UnderAgeList.jsx b/SunshineIns/src/page/UnderAgeList.jsx
index 2861502..4684b10 100644
--- a/SunshineIns/src/page/UnderAgeList.jsx
+++ b/SunshineIns/src/page/UnderAgeList.jsx
@@ -28,7 +28,7 @@
}
componentDidMount() {
- document.title = '涉未成年负责部门组织';
+ document.title = '社会组织维护';
this.getData();
}
@@ -111,7 +111,7 @@
});
Fetch.socialCompanyDetail(id)
.then(res => {
- this.setState({ savedate: res })
+ this.setState({ savedate: res, fingerCode: res.fingerCode })
})
}
@@ -131,7 +131,7 @@
});
return message.warning("电话号码格式不正确");
}
- }else{
+ } else {
this.setState({
loading: false
});
@@ -264,7 +264,7 @@
]} />
<TableView columns={columns} data={data} pageSize='10' size='default' loading={loading} />
</div>
- {/* <TableBtnView key={-resetKey} type="infoManage" name='涉未成年负责部门组织' btnName='新建公司' onClick={() => this.showModal('new')}>
+ {/* <TableBtnView key={-resetKey} type="infoManage" name='社会组织维护' btnName='新建公司' onClick={() => this.showModal('new')}>
<Input placeholder="根据公司名称模糊查询" style={{ width: "200px" }} name='companyName' onChange={this.onInputChange} />
<Input placeholder="根据法人姓名模糊查询" style={{ width: "200px" }} name='companyLegal' onChange={this.onInputChange} />
<Input placeholder="根据联系电话模糊查询" style={{ width: "200px" }} name='companyTel' onChange={this.onInputChange} />
--
Gitblit v1.8.0