iov-pro-components 0.0.61 → 0.0.63
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.
|
@@ -6531,7 +6531,7 @@ var script$s = {
|
|
|
6531
6531
|
}
|
|
6532
6532
|
setTimeout(function () {
|
|
6533
6533
|
_this4.initContentHeight();
|
|
6534
|
-
},
|
|
6534
|
+
}, 100);
|
|
6535
6535
|
},
|
|
6536
6536
|
/**
|
|
6537
6537
|
* 设置弹窗按钮区域投影
|
|
@@ -20858,7 +20858,7 @@ var script$6 = {
|
|
|
20858
20858
|
// 赋值
|
|
20859
20859
|
componentInstance.formData = _this2.formData;
|
|
20860
20860
|
// 重新赋值表单数据
|
|
20861
|
-
componentInstance.
|
|
20861
|
+
componentInstance.appendRequestParams(_this2.formData);
|
|
20862
20862
|
// 重置表单分页数据
|
|
20863
20863
|
componentInstance.$refs.table.onReset();
|
|
20864
20864
|
}
|
|
@@ -22163,7 +22163,7 @@ var install = function install(Vue, componentConfig) {
|
|
|
22163
22163
|
};
|
|
22164
22164
|
var index = {
|
|
22165
22165
|
install: install,
|
|
22166
|
-
version: '0.0.
|
|
22166
|
+
version: '0.0.63',
|
|
22167
22167
|
ColumnTooltip: __vue_component__$x,
|
|
22168
22168
|
Description: __vue_component__$u,
|
|
22169
22169
|
DialogItemsSelect: __vue_component__$t,
|