|
@@ -136,8 +136,7 @@ const AchievementList = Form.create()(React.createClass({
|
|
|
}.bind(this));
|
|
|
},
|
|
|
//点击+号进行两次查询,这个是查询联系人的函数
|
|
|
- getNewWoman(index) {
|
|
|
- console.log(index)
|
|
|
+ getNewWoman(index) {
|
|
|
this.state.data = []
|
|
|
$.ajax({
|
|
|
method: "post",
|
|
@@ -222,8 +221,7 @@ const AchievementList = Form.create()(React.createClass({
|
|
|
},
|
|
|
|
|
|
//通过ID查询这一条的信息
|
|
|
- Detailload(deletedIds,record){
|
|
|
- console.log(deletedIds)
|
|
|
+ Detailload(deletedIds,record){
|
|
|
this.RowClick;
|
|
|
$.ajax({
|
|
|
method: "post",
|