Commit ae3179d7 authored by 何军's avatar 何军

完善建筑物编辑信息

parent 184bead8
Pipeline #15 failed with stages
......@@ -176,7 +176,7 @@ function Popup(viewer) {
var nameKey="";
var typeName="";
switch (tag) {
case"buildinfo_query":nameKey="f";typeName="buildinginfo_editor";break;
case"buildinfo_query":nameKey="g";typeName="buildinginfo_editor";break;
case"house_query":nameKey="b";typeName="house_update";break;
default:;
}
......@@ -195,11 +195,11 @@ function Popup(viewer) {
case"name":item={key:nameKey,val:value};break;
case"x":item={key:"c",val:value};break;
case"y":item={key:"d",val:value};break;
case"area":item={key:"b",val:value};break;
case"zhouchang":item={key:"c",val:value};break;
case"zixin_x":item={key:"d",val:value};break;
case"zhixin_y":item={key:"e",val:value};break;
case"height":item={key:"g",val:value};break;
case"area":item={key:"c",val:value};break;
case"zhouchang":item={key:"d",val:value};break;
case"zixin_x":item={key:"e",val:value};break;
case"zhixin_y":item={key:"f",val:value};break;
case"height":item={key:"q",val:value};break;
default:item={key:name,val:value};
}
props.push(item);
......
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