1
lzhe
2024-12-20 2b5e32409797633ded79422d1e6ccbd213c8d9c6
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) {