n20-common-lib 2.9.104 → 2.9.106
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -13,7 +13,6 @@
|
|
|
13
13
|
</template>
|
|
14
14
|
|
|
15
15
|
<script>
|
|
16
|
-
import XEUtils from 'xe-utils'
|
|
17
16
|
window._china_area_tree_ = undefined
|
|
18
17
|
export default {
|
|
19
18
|
name: 'CascaderArea',
|
|
@@ -99,7 +98,7 @@ export default {
|
|
|
99
98
|
)
|
|
100
99
|
.then(({ data }) => {
|
|
101
100
|
if (data) {
|
|
102
|
-
let result =
|
|
101
|
+
let result = JSON.parse(JSON.stringify(data))
|
|
103
102
|
if (this.isUrban) {
|
|
104
103
|
window[this.urbanKey] = isUrbanFn(result)
|
|
105
104
|
this.areaTree = window[this.urbanKey]
|