Commit cffeca9e authored by 皮倩雯's avatar 皮倩雯

fix: '修复编辑管网报错'

parent d579e0ea
Pipeline #82753 passed with stages
......@@ -27,7 +27,7 @@ const EditModal = props => {
servicename: obj.servicename,
label: obj.label,
url: obj.url,
tileMaps: obj.tileMaps || [],
tileMaps: obj.tileMaps,
}).then(res => {
setLoading(false);
if (res.code == '0') {
......
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