Commit 90164ff07ed67a6b68bee2cd123b06dfba99ee4d
1 parent
be97e34e
update...
Showing
1 changed file
with
1 additions
and
1 deletions
src/main/resources/static/real_control_v2/fragments/line_schedule/context_menu/sub_task/add_sub_task_outpark.html
| ... | ... | @@ -181,7 +181,7 @@ |
| 181 | 181 | sch, stationRoutes, parks, information, esCode; |
| 182 | 182 | $(modal).on('init', function (e, data) { |
| 183 | 183 | sch = data.sch; |
| 184 | - $('.linkToLineInfo', modal).attr('href', '/pages/base/lineinformation/list.html?no=' + sch.xlBm); | |
| 184 | + $('.linkToLineInfo', modal).attr('href', '/pages/base/lineinformation/list.html?no=' + gb_data_basic.codeToLine[sch.xlBm].id); | |
| 185 | 185 | |
| 186 | 186 | //站点路由 |
| 187 | 187 | stationRoutes = gb_common.groupBy(gb_data_basic.stationRoutes(sch.xlBm).sort(function (a, b) { | ... | ... |