n20-common-lib 2.8.3 → 2.8.4

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.8.3",
3
+ "version": "2.8.4",
4
4
  "private": false,
5
5
  "scripts": {
6
6
  "serve": "vue-cli-service serve",
@@ -299,7 +299,7 @@ export default {
299
299
  },
300
300
  async created() {
301
301
  if (this.procInstId) {
302
- const data =await this.getProcInstData('580fc97d76024fc8a6faadba5c1456e9'||this.procInstId)
302
+ const data =await this.getProcInstData(this.procInstId)
303
303
  this.approvalData.push(...data)
304
304
  }
305
305
  },