@zscreate/form-component 1.1.558 → 1.1.559
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -73624,7 +73624,9 @@ __webpack_require__.g.dictData = {};
|
|
|
73624
73624
|
'widget.options.options': {
|
|
73625
73625
|
deep: true,
|
|
73626
73626
|
handler(val) {
|
|
73627
|
-
this.dictOptions
|
|
73627
|
+
if (this.widget.type == 'select' && this.dictOptions.length == 0) {
|
|
73628
|
+
this.dictOptions = val;
|
|
73629
|
+
}
|
|
73628
73630
|
}
|
|
73629
73631
|
}
|
|
73630
73632
|
},
|
|
@@ -155322,7 +155324,7 @@ function toString(value) {
|
|
|
155322
155324
|
/***/ ((module) => {
|
|
155323
155325
|
|
|
155324
155326
|
"use strict";
|
|
155325
|
-
module.exports = {"rE":"1.1.
|
|
155327
|
+
module.exports = {"rE":"1.1.559"};
|
|
155326
155328
|
|
|
155327
155329
|
/***/ })
|
|
155328
155330
|
|