Commit f120be2b authored by dragondean@qq.com's avatar dragondean@qq.com

修复路线选择组件bug

parent 200978a5
......@@ -311,6 +311,8 @@ export default {
}
}) */
if(selected){
// 先判断是否已勾选
if(this.getSelectedIndex(router) > -1) return
this.selectedRoutes.push({
lineId: router.id,
channelId: router.channel.channelId,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment