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.
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "htui-yllkbz",
3
- "version": "1.3.28",
3
+ "version": "1.3.29",
4
4
  "port": "8082",
5
5
  "typings": "types/index.d.ts",
6
6
  "main": "lib/htui.common.js",
@@ -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() &&