浏览代码

Merge branch 'master' of https://git.coding.net/aft/AFT-WEB

yee 7 年之前
父节点
当前提交
933e141f88
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      js/component/manageCenter/demand/techDemandDesc.jsx

+ 1 - 1
js/component/manageCenter/demand/techDemandDesc.jsx

@@ -936,7 +936,7 @@ const DemandDetailForm = Form.create()(React.createClass({
                         };
                     } else if (!$.isEmptyObject(data.data)) {
                         data.data.map(function (item) {
-                            theArr.push(item.unitName,titleImg: thisdata.titleImg);
+                            theArr.push(item.unitName);
                             theObj[item.unitName] = item.uid;
                         });
                     };