vue2-client 1.12.63 → 1.12.64

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": "vue2-client",
3
- "version": "1.12.63",
3
+ "version": "1.12.64",
4
4
  "private": false,
5
5
  "scripts": {
6
6
  "serve": "SET NODE_OPTIONS=--openssl-legacy-provider && vue-cli-service serve --no-eslint",
@@ -134,6 +134,9 @@ export default {
134
134
  })
135
135
  })
136
136
  },
137
+ refreshXCollapse () {
138
+ this.getData(this.queryParamsName)
139
+ },
137
140
  handleChange (keys) {
138
141
  this.activeKey = keys
139
142
  },
@@ -37,7 +37,11 @@ export default {
37
37
  handleClick (index) {
38
38
  const row = this.data[index]
39
39
  this.$emit('listClick', row)
40
- }
40
+ },
41
+ refreshList () {
42
+ this.getData(this.queryParamsName)
43
+ },
44
+
41
45
  }
42
46
  }
43
47
  </script>
@@ -52,8 +52,8 @@ routerResource.newDynamicStatistics = () => import('@vue2-client/pages/NewDynami
52
52
  routerResource.example = {
53
53
  path: 'example',
54
54
  name: '示例主页面',
55
- component: () => import('@vue2-client/base-client/components/his/XList/XList.vue'),
56
- // component: () => import('@vue2-client/base-client/components/common/XCollapse/XCollapse.vue'),
55
+ // component: () => import('@vue2-client/base-client/components/his/XList/XList.vue'),
56
+ component: () => import('@vue2-client/base-client/components/common/XCollapse/XCollapse.vue'),
57
57
  // component: () => import('@vue2-client/base-client/components/common/XDataCard/XDataCard.vue'),
58
58
  // component: () => import('@vue2-client/base-client/components/common/XDescriptions/demo.vue'),
59
59
  // component: () => import('@vue2-client/base-client/components/common/XAddNativeForm/demo.vue'),