vue2-client 1.15.109 → 1.15.110

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.15.109",
3
+ "version": "1.15.110",
4
4
  "private": false,
5
5
  "scripts": {
6
6
  "serve": "SET NODE_OPTIONS=--openssl-legacy-provider && vue-cli-service serve --no-eslint",
@@ -175,10 +175,10 @@ export default {
175
175
  return this.data
176
176
  },
177
177
  // 初始化数据
178
- async init (queryParamsName) {
178
+ async init (queryParamsName, parameter) {
179
179
  getConfigByName(queryParamsName, this.serviceName, result => {
180
180
  this.configData = result
181
- runLogic(result.dataSource, {}, this.serviceName).then(res => {
181
+ runLogic(result.dataSource, parameter, this.serviceName).then(res => {
182
182
  this.columns = []
183
183
  this.columns = JSON.parse(JSON.stringify(this.configData.columns))
184
184
  this.pattern = result.pattern