This commit is contained in:
姚宇浩 2024-07-14 11:56:12 +08:00
parent c906736d47
commit eb9ced6ad4
1 changed files with 0 additions and 2 deletions

View File

@ -91,7 +91,6 @@ const data = reactive({
watch(
() => props.dialogShowMap,
(newVal, oldVal) => {
console.log(1111111111);
dialogShowMap.value = newVal;
data.title = props.title;
if (data.title == "交通") {
@ -124,7 +123,6 @@ watch(
// 使
onMounted(() => {
data.title = props.title;
console.log(33333333);
});
const closeDialog = () => {