添加新数据显示客流量模拟
This commit is contained in:
parent
61394c4b39
commit
9babb6e9a2
@ -17,6 +17,7 @@
|
||||
:quest-id="questId"
|
||||
@tryTime="tryTime"
|
||||
@hidepanel="hidepanel"
|
||||
@passflow="passflow"
|
||||
@devicemodel="devicemodel"
|
||||
@quitQuest="quitQuest"
|
||||
@showScheduling="showScheduling"
|
||||
|
@ -214,6 +214,7 @@ export default {
|
||||
},
|
||||
jumpjl3dpassflow(){
|
||||
this.$emit('passflow');
|
||||
console.log("sad");
|
||||
},
|
||||
jumpjlmap3d() {
|
||||
this.$emit('hidepanel');
|
||||
|
Loading…
Reference in New Issue
Block a user