joywok-business-components
Advanced tools
Comparing version 0.0.150 to 0.0.151
@@ -578,2 +578,5 @@ import React, { Component } from 'react'; | ||
} | ||
filterList = _.filter(filterList, function (i) { | ||
return typeof (i['disabled']) == 'undefined' || !i['disabled'] | ||
}) | ||
if (checked) { | ||
@@ -592,5 +595,2 @@ selectList = selectList.concat(filterList) | ||
selectList = Underscore.uniq(selectList, function (i) { return i['id'] }) | ||
selectList = _.filter(selectList, function (i) { | ||
return typeof (i['disabled']) == 'undefined' || !i['disabled'] | ||
}) | ||
this.setState({ | ||
@@ -649,2 +649,5 @@ select: selectList, | ||
resData = resp['data']['JMObjs']; | ||
if(Array.isArray(resData)==false){ | ||
resData = resData['list'] || []; | ||
} | ||
} | ||
@@ -651,0 +654,0 @@ self.setState({ |
{ | ||
"name": "joywok-business-components", | ||
"version": "0.0.150", | ||
"version": "0.0.151", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
Sorry, the diff of this file is too big to display
1300519
124
18282