iov-pro-components 0.0.77 → 0.0.78
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.
|
@@ -9528,8 +9528,8 @@ var script$n = {
|
|
|
9528
9528
|
if (isPrevItemsEmpty) {
|
|
9529
9529
|
_this8.triggerInitDefaultValue(item);
|
|
9530
9530
|
} else
|
|
9531
|
-
//
|
|
9532
|
-
if (!prevFormItemsKeys.includes(item.key)) {
|
|
9531
|
+
// 如果上一次无此字段,这次展示了且当前值为空
|
|
9532
|
+
if (!prevFormItemsKeys.includes(item.key) && isEmpty(_this8.modelValue[item.key])) {
|
|
9533
9533
|
_this8.triggerInitDefaultValue(item);
|
|
9534
9534
|
}
|
|
9535
9535
|
});
|
|
@@ -22473,7 +22473,7 @@ var install = function install(Vue, componentConfig) {
|
|
|
22473
22473
|
};
|
|
22474
22474
|
var index = {
|
|
22475
22475
|
install: install,
|
|
22476
|
-
version: '0.0.
|
|
22476
|
+
version: '0.0.78',
|
|
22477
22477
|
ColumnTooltip: __vue_component__$y,
|
|
22478
22478
|
Description: __vue_component__$v,
|
|
22479
22479
|
DialogItemsSelect: __vue_component__$u,
|