Browse Source

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

yee 7 years ago
parent
commit
933e141f88
1 changed files with 1 additions and 1 deletions
  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;
                         });
                     };