Merge branch 'master' of https://git.code.tencent.com/beijing-rtss-test/bj-rtss-client
This commit is contained in:
commit
f566a47718
@ -717,7 +717,7 @@ export class TrainOperateInteraction extends GraphicInteractionPlugin<Train> {
|
|||||||
removeTrainConfig.handler = () => {
|
removeTrainConfig.handler = () => {
|
||||||
Dialog.create({
|
Dialog.create({
|
||||||
title: '确认',
|
title: '确认',
|
||||||
message: '确认清除所有列车吗?',
|
message: `确认清除【${train.states.id}】列车吗?`,
|
||||||
cancel: true,
|
cancel: true,
|
||||||
}).onOk(async () => {
|
}).onOk(async () => {
|
||||||
removeTrain({
|
removeTrain({
|
||||||
|
Loading…
Reference in New Issue
Block a user