@@ -210,6 +210,9 @@ export default {
async getJson(row) {
this.viewer2D.entities.removeAll();
this.viewer3D.entities.removeAll();
+ this.id = 1;
+ this.nameIdList = []
+ this.jsonData = {}
const requestData = row
//发发送websockte请求
// if(this.websocket && this.websocket.readyState === WebSocket.OPEN){