问题修复

This commit is contained in:
BianLzhaoMin 2025-03-27 15:48:32 +08:00
parent 822623eeef
commit 93d078d2be
1 changed files with 2 additions and 2 deletions

View File

@ -42,7 +42,7 @@ export default {
type: Number,
default: 0
},
//
//
ratio: {
type: Number,
default: 0
@ -53,7 +53,7 @@ export default {
onHandleViewDetails() {
console.log('查询二级页面', this.cardTitle)
// 使
this.$emit('onOpenLevelTwoPages', this.cardTitle)
// this.$emit('onOpenLevelTwoPages', this.cardTitle)
}
}
}