joywok-business-components
Advanced tools
Comparing version 0.0.152 to 0.0.153
@@ -604,2 +604,9 @@ import React, { Component } from 'react'; | ||
} | ||
if(Array.isArray(this.state.select)&&this.state.select.length>0){ | ||
_.each(this.state.select,(item)=>{ | ||
if(item.disabled&&(item.disabled==true || item.disabled=='disabled')){ | ||
list.push(item); | ||
} | ||
}) | ||
} | ||
this.setState({ | ||
@@ -606,0 +613,0 @@ select: list |
{ | ||
"name": "joywok-business-components", | ||
"version": "0.0.152", | ||
"version": "0.0.153", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
Sorry, the diff of this file is too big to display
18305
919481
123