gaoshp
2024-11-08 858b9959cc9d8d8c10bd206e39be006c2eed8331
update
已修改1个文件
5 ■■■■ 文件已修改
src/views/mdc/MYTree.vue 5 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/mdc/MYTree.vue
@@ -1,7 +1,7 @@
<!--
 * @Date: 2024-04-18 19:53:35
 * @LastEditors: gaoshp
 * @LastEditTime: 2024-11-04 20:05:01
 * @LastEditTime: 2024-11-08 19:14:11
 * @FilePath: /cps-web/src/views/mdc/MYTree.vue
-->
<template>
@@ -91,6 +91,9 @@
            localStorage.setItem(this.$route.path, val ? '1' : '0')
        },
        handleSelectionChange(selection) {
            if (this.getAll) {
                return this.value = selection
            }
            this.value = selection.map(v => v.id)
        },
        rowClick(row) {