wubb 8 年之前
父节点
当前提交
21bf2ae3ec
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      js/component/manageCenter/servicesManage/technology/applyManage.jsx

+ 1 - 1
js/component/manageCenter/servicesManage/technology/applyManage.jsx

@@ -285,7 +285,7 @@ const ApplyManage = React.createClass({
         this.setState({
             showAdd: true
         });
-    },
+    }, 
     delectRow() {
         let deletedIds = [];
         for (let idx = 0; idx < this.state.selectedRows.length; idx++) {