This commit is contained in:
parent
c906736d47
commit
eb9ced6ad4
|
@ -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 = () => {
|
||||
|
|
Loading…
Reference in New Issue