plain-design 1.0.0-beta.16 → 1.0.0-beta.17

Sign up to get free protection for your applications and to get access to all the features.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "plain-design",
3
- "version": "1.0.0-beta.16",
3
+ "version": "1.0.0-beta.17",
4
4
  "description": "",
5
5
  "main": "dist/plain-design.min.js",
6
6
  "module": "dist/plain-design.commonjs.min.js",
@@ -254,6 +254,7 @@ export function createTreeMethods(
254
254
  * @date 2022/9/22 19:56
255
255
  */
256
256
  refreshCheckStatus: async (keyOrNode: iTreeKeyOrNode, emitChange = true) => {
257
+ if (!props.multiple) {return;}
257
258
  const checkKeys: string[] = [];
258
259
  const unCheckKeys: string[] = [];
259
260
  await nextTick();