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