From 23d64b2cedfb01ce44089f672e4510d6040b9d0e Mon Sep 17 00:00:00 2001 From: lideqin <694785430@qq.com> Date: Fri, 23 Aug 2024 16:21:34 +0800 Subject: [PATCH] =?UTF-8?q?[update]=20=E6=B5=B7=E5=A4=96=E6=A0=87=E5=87=86?= =?UTF-8?q?=E5=B7=A6=E4=BE=A7=E6=A0=91=E6=8B=96=E6=8B=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../overseasStandard/OverseasStandardList.vue | 132 +++++++++++++++++- 1 file changed, 127 insertions(+), 5 deletions(-) diff --git a/src/views/standardRegulationLibrary/overseasStandard/OverseasStandardList.vue b/src/views/standardRegulationLibrary/overseasStandard/OverseasStandardList.vue index d19952b1..6dbec3f0 100644 --- a/src/views/standardRegulationLibrary/overseasStandard/OverseasStandardList.vue +++ b/src/views/standardRegulationLibrary/overseasStandard/OverseasStandardList.vue @@ -11,7 +11,9 @@ :show-icon="true" :tree-data="treeData" :expanded-keys.sync="expandedKeys" - :selected-keys="selectedTreeKeys"> + :selected-keys="selectedTreeKeys" + draggable + @drop="onDropCataSort">