添加新数据显示客流量模拟

This commit is contained in:
sunleking 2020-02-17 09:41:18 +08:00
parent 61394c4b39
commit 9babb6e9a2
2 changed files with 2 additions and 0 deletions

View File

@ -17,6 +17,7 @@
:quest-id="questId"
@tryTime="tryTime"
@hidepanel="hidepanel"
@passflow="passflow"
@devicemodel="devicemodel"
@quitQuest="quitQuest"
@showScheduling="showScheduling"

View File

@ -214,6 +214,7 @@ export default {
},
jumpjl3dpassflow(){
this.$emit('passflow');
console.log("sad");
},
jumpjlmap3d() {
this.$emit('hidepanel');