Showing
1 changed file
with
5 additions
and
0 deletions
| ... | @@ -768,6 +768,11 @@ export default { | ... | @@ -768,6 +768,11 @@ export default { |
| 768 | }, | 768 | }, |
| 769 | // 包含始发站失焦事件 | 769 | // 包含始发站失焦事件 |
| 770 | locationBur({ index, item }) { | 770 | locationBur({ index, item }) { |
| 771 | + /* | ||
| 772 | + 对于单选框这种,不论是勾选哪一个两则都使用一个布尔值; | ||
| 773 | + | ||
| 774 | + */ | ||
| 775 | + console.log(this.routesInfo); | ||
| 771 | console.log("locationBur", index, item); | 776 | console.log("locationBur", index, item); |
| 772 | }, | 777 | }, |
| 773 | // 不包含始发站失焦事件 | 778 | // 不包含始发站失焦事件 | ... | ... |
-
Please register or login to post a comment