Commit f11d8bcd authored by ninglx's avatar ninglx

按需求改动超限 & 处理bug

parent 54f8d08a
......@@ -1064,7 +1064,7 @@ export default {
// 筛选可见区域
for (let i = 0; i < msg.length; i++) {
// todo
if (!this.showHisVid) msg[i].overRun = null
// if (!this.showHisVid) msg[i].overRun = null
// 缺失车牌号字段和非机动车类型 把车牌号字段置空
if (!msg[i].picLicense || dict.noVehicleTypes.includes(msg[i].originalType)) {
msg[i].picLicense = "";
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment