Commit 31fca37f authored by xxx's avatar xxx

修改语音删除以后还会播放问题以及车辆聚集覆盖问题

parent bdb76e2b
...@@ -263,7 +263,7 @@ export default { ...@@ -263,7 +263,7 @@ export default {
label: { label: {
// 不需要文字时,去掉label配置即可 // 不需要文字时,去掉label配置即可
text: number, text: number,
font_size: 22, font_size: 18,
color: "blue", color: "blue",
outline: true, outline: true,
outlineColor: "#000000", outlineColor: "#000000",
......
...@@ -180,6 +180,7 @@ export default { ...@@ -180,6 +180,7 @@ export default {
this.searchText = ''; this.searchText = '';
this.selectCarRadioArray = []; this.selectCarRadioArray = [];
this.userName1 = value; //车牌号 this.userName1 = value; //车牌号
this.srcUrl = null;
this.recOpen(); this.recOpen();
//车队 //车队
httpGet(carFleetQuery,{size:9999,page:0}).then((res) => { httpGet(carFleetQuery,{size:9999,page:0}).then((res) => {
......
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