dengzhiguo 7 years ago
parent
commit
ac415ab0b9
1 changed files with 2 additions and 1 deletions
  1. 2 1
      js/component/manageCenter/demand/myTechDemand.jsx

+ 2 - 1
js/component/manageCenter/demand/myTechDemand.jsx

@@ -697,7 +697,8 @@ const DemandList = React.createClass({
             if (!data.error.length) {
                 message.success('修改匹配跟进成功!'); 
                this.mateLoadData();
-               this.addmateNo();
+               this.addmateNos();
+               
             } else {
                 message.warning(data.error[0].message);
             }