保存点之后,只展示修改点显示状态
parent
e0396fe0f2
commit
bdb7e24035
|
@ -655,7 +655,7 @@ export default {
|
|||
}
|
||||
}
|
||||
//对表格内容实现全部选中
|
||||
this.$refs.multipleTable.toggleAllSelection();
|
||||
this.$refs.multipleTable.toggleRowSelection(this.simpleData[index]);
|
||||
//关闭地图按钮
|
||||
this.updatePointVisible = false;
|
||||
//销毁监听
|
||||
|
|
Loading…
Reference in New Issue