|
@@ -21,7 +21,7 @@ import BoatPjyl from './BoatPjyl.vue';
|
|
|
import BoatKkjk from './BoatKkjk.vue';
|
|
|
import BoatDjld from './BoatDjld.vue';
|
|
|
import { GetBoatInfo, GetBoatInfoByEventCode } from '@/apis/other'
|
|
|
-import { ueCallCloseBoat } from '@/utils/UIInteractions'
|
|
|
+import { ueCallCloseBoat, ueCallClearAllAi, ueCallInitAll } from '@/utils/UIInteractions'
|
|
|
import bus from '@/utils/bus';
|
|
|
|
|
|
const props = defineProps(['boat-info'])
|
|
@@ -74,6 +74,8 @@ watch(()=>props.boatInfo, (val) => {
|
|
|
function handleClose() {
|
|
|
ueCallCloseBoat()
|
|
|
emit('closeBoatPanel')
|
|
|
+ ueCallInitAll()
|
|
|
+ ueCallClearAllAi()
|
|
|
}
|
|
|
|
|
|
</script>
|