meixioacomponent 0.6.35 → 0.6.36
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.
|
@@ -111999,6 +111999,7 @@ const tableSectionMixins = {
|
|
|
111999
111999
|
}
|
|
112000
112000
|
} else if (name === "basePlainTable") {
|
|
112001
112001
|
this.checkValue = val;
|
|
112002
|
+
this.$emit('onSelect', this.checkValue);
|
|
112002
112003
|
}
|
|
112003
112004
|
|
|
112004
112005
|
if (val.length <= 0) {
|
|
@@ -112008,6 +112008,7 @@ const tableSectionMixins = {
|
|
|
112008
112008
|
}
|
|
112009
112009
|
} else if (name === "basePlainTable") {
|
|
112010
112010
|
this.checkValue = val;
|
|
112011
|
+
this.$emit('onSelect', this.checkValue);
|
|
112011
112012
|
}
|
|
112012
112013
|
|
|
112013
112014
|
if (val.length <= 0) {
|