ac-gridcn-refer-field
Advanced tools
Comparing version 0.0.17 to 0.0.18
@@ -202,2 +202,9 @@ 'use strict'; | ||
} | ||
if (_index.cb.custom) { | ||
_index.cb.custom.referFieldValueKeys = _this.props.value || []; | ||
} else { | ||
_index.cb.custom = { | ||
referFieldValueKeys: _this.props.value || [] | ||
}; | ||
} | ||
setTimeout(function () { | ||
@@ -204,0 +211,0 @@ document.querySelector('.referModal .refer-footer-container .refer-footer-btns-container .refer-modal-footer-cancle-btn').onclick = _this.onCancel; |
@@ -0,1 +1,6 @@ | ||
<a name="0.0.18"></a> | ||
## [0.0.18](https://github.com/tinper-bee/ac-gridcn-refer-field/compare/v0.0.17...v0.0.18) (2020-05-19) | ||
<a name="0.0.17"></a> | ||
@@ -2,0 +7,0 @@ ## [0.0.17](https://github.com/tinper-bee/ac-gridcn-refer-field/compare/v0.0.16...v0.0.17) (2020-05-19) |
{ | ||
"name": "ac-gridcn-refer-field", | ||
"version": "0.0.17", | ||
"version": "0.0.18", | ||
"description": "GridcnReferField ui component for react", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
@@ -76,2 +76,9 @@ /** | ||
} | ||
if(cb.custom){ | ||
cb.custom.referFieldValueKeys = this.props.value||[]; | ||
}else{ | ||
cb.custom = { | ||
referFieldValueKeys:this.props.value||[] | ||
} | ||
} | ||
setTimeout(()=>{ | ||
@@ -78,0 +85,0 @@ document.querySelector('.referModal .refer-footer-container .refer-footer-btns-container .refer-modal-footer-cancle-btn').onclick=this.onCancel |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
33635
577