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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "n20-common-lib",
3
- "version": "2.9.104",
3
+ "version": "2.9.106",
4
4
  "private": false,
5
5
  "scripts": {
6
6
  "serve": "vue-cli-service serve",
@@ -34,9 +34,6 @@
34
34
  :class="titleClass"
35
35
  >
36
36
  <span class="n20-tips flex-item" >
37
- <i
38
- class="el-icon-caret-right color-0 m-r-b expand"
39
- ></i>
40
37
  <slot name="title">
41
38
  <span>{{ $lc('流程处理') }}</span>
42
39
  </slot>
@@ -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 = XEUtils.clone(data, true)
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]