mooho-base-admin-plus 2.3.9 → 2.3.10
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/history.md +1 -0
- package/package/mooho-base-admin-plus.min.esm.js +4 -4
- package/package/mooho-base-admin-plus.min.js +4 -4
- package/package.json +1 -1
- package/src/components/view/table-filter.vue +1 -1
- package/src/components/view/view-form-draggable.vue +1 -1
- package/src/components/view/view-form.vue +1 -1
- package/src/components/view/view-table.vue +1 -1
package/package.json
CHANGED
|
@@ -2640,7 +2640,7 @@
|
|
|
2640
2640
|
}
|
|
2641
2641
|
|
|
2642
2642
|
// 取不到ref对象,无法给values赋值。所以可筛选选择框控件在table中暂时不可用
|
|
2643
|
-
if (this.$refs['control_' + column.code + '_' + index]) {
|
|
2643
|
+
if (this.$refs['control_' + column.code + '_' + index] && data) {
|
|
2644
2644
|
let values = this.$refs['control_' + column.code + '_' + index].$data.values;
|
|
2645
2645
|
|
|
2646
2646
|
let pendings = [];
|