增加安全审查区域,百科数据库搜索改为回车事件

This commit is contained in:
wangchengming 2025-08-25 09:29:01 +08:00
parent 38f2a79e15
commit ebf34b7f10
2 changed files with 17 additions and 1 deletions

View File

@ -76,7 +76,7 @@
<div class="left-cell">其他选项</div>
<div class="right-cell">
<div class="right-content">
<el-input v-model="keyWord" @blur="handleBlur" placeholder="请输入关键字" clearable
<el-input v-model="keyWord" @keyup.enter="handleBlur" placeholder="请输入关键字" clearable
:prefix-icon="Search" class="mySearchInput" />
</div>
</div>
@ -157,6 +157,7 @@ const getBusDependencyData = () => {
}).then(response => {
if (response.code == 200) {
busDependencyData.value = response.data.list
console.log('属地数据', busDependencyData.value)
}
})
}

View File

@ -224,6 +224,21 @@ const mraPathData = ref([
paddingLeft: 12, //
reviewFlag: undefined, // true false
safetyReviewDashboardList: [] //
},
{
path: "M729,730l21-74H883l-7,73Z", // 451
transform: 'translate(-380.5, -276.5)',
x: 410,
y: 370,
width: 50, //
height: 26, //
rx: 4, //
ry: 4, //
text: "150",
paddingTop: 6, //
paddingLeft: 12, //
reviewFlag: undefined, // true false
safetyReviewDashboardList: [] //
},
])
//