Elements-SY

modify

......@@ -768,6 +768,11 @@ export default {
},
// 包含始发站失焦事件
locationBur({ index, item }) {
/*
对于单选框这种,不论是勾选哪一个两则都使用一个布尔值;
*/
console.log(this.routesInfo);
console.log("locationBur", index, item);
},
// 不包含始发站失焦事件
......