增加宁波一号线运行图目的码导入
This commit is contained in:
parent
d4cf4af2df
commit
0f2b7f18fe
@ -62,10 +62,12 @@ export default {
|
||||
begin = value; // 设置初始索引
|
||||
JsonData.push({
|
||||
code: value,
|
||||
destinationCode: '',
|
||||
arrivalList: []
|
||||
});
|
||||
} else if (flag) {
|
||||
begin = -1; // 清空初始索引
|
||||
JsonData[JsonData.length - 1].destinationCode = value;
|
||||
flag = false;
|
||||
}
|
||||
} else if (begin !== -1) {
|
||||
|
Loading…
Reference in New Issue
Block a user