@airpower/web 1.5.2 → 1.5.4
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.
- package/dist/main.js +1 -2
- package/package.json +1 -1
package/dist/main.js
CHANGED
|
@@ -14148,8 +14148,7 @@ const _sfc_main$j = /* @__PURE__ */ defineComponent({
|
|
|
14148
14148
|
emitBlur();
|
|
14149
14149
|
}
|
|
14150
14150
|
watch([props.list, props.tree], () => {
|
|
14151
|
-
|
|
14152
|
-
init();
|
|
14151
|
+
dictionary.value = props.list ? props.list : formConfig.value && fieldConfig.value?.dictionary ? fieldConfig.value.dictionary.toArray() : void 0;
|
|
14153
14152
|
}, {
|
|
14154
14153
|
deep: true,
|
|
14155
14154
|
immediate: true
|