diff --git a/src/jmapNew/theme/components/menus/dialog/routeHandControl.vue b/src/jmapNew/theme/components/menus/dialog/routeHandControl.vue index 5106f91c1..d923fecdd 100644 --- a/src/jmapNew/theme/components/menus/dialog/routeHandControl.vue +++ b/src/jmapNew/theme/components/menus/dialog/routeHandControl.vue @@ -315,6 +315,7 @@ export default { }, allSelectChange() { this.changeList = []; + this.selection = []; if (this.allSelect) { this.tempData.forEach((item, index)=> { if (!item.disabled) {