htui-yllkbz 1.3.28 → 1.3.29
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/lib/htui.common.js +28 -27
- package/lib/htui.common.js.gz +0 -0
- package/lib/htui.css +1 -1
- package/lib/htui.umd.js +28 -27
- package/lib/htui.umd.js.gz +0 -0
- package/lib/htui.umd.min.js +3 -3
- package/lib/htui.umd.min.js.gz +0 -0
- package/package.json +1 -1
- package/src/packages/HtBaseData/index.vue +1 -0
package/lib/htui.umd.min.js.gz
CHANGED
|
Binary file
|
package/package.json
CHANGED
|
@@ -659,6 +659,7 @@ export default class CommonDatas extends Vue {
|
|
|
659
659
|
let checkList = [];
|
|
660
660
|
if (ref && ref.getCheckedNodes() && ref.getCheckedNodes()[0] !== null) {
|
|
661
661
|
checkList = ref.getCheckedNodes();
|
|
662
|
+
this.state.selectValData[key] = [checkList[0].data];
|
|
662
663
|
} else if (
|
|
663
664
|
ref &&
|
|
664
665
|
ref.getCheckedNodes() &&
|