src/views/mdc/MYTree.vue | ●●●●● 补丁 | 查看 | 原始文档 | 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) {