weiximei 5 years ago
parent
commit
568b383253
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      src/pages/building/list/add/components/base.jsx

+ 1
- 1
src/pages/building/list/add/components/base.jsx View File

@@ -69,7 +69,7 @@ function AddBuilding(props) {
69 69
       poi.map(x => {
70 70
         const ty = Object.prototype.toString
71 71
         // console.log('x.data: ', JSON.parse(x.data))
72
-        console.log('x.data: ', typeof x.data, x.data instanceof String, ty.call(x.data))
72
+        // console.log('x.data: ', typeof x.data, x.data instanceof String, ty.call(x.data))
73 73
         if (ty.call(x.data) === '[object String]') {
74 74
           setFormMapScopeTagValue(x.key, { data: JSON.parse(x.data) })
75 75
         }