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">