n20-common-lib 1.3.149 → 1.3.150

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": "1.3.149",
3
+ "version": "1.3.150",
4
4
  "private": false,
5
5
  "main": "src/index.js",
6
6
  "scripts": {
@@ -120,7 +120,7 @@ export default {
120
120
  created() {
121
121
  if (this.procInstId) {
122
122
  axios
123
- .get('/bems/activiti/sample/Q003', {
123
+ .get(`/bems/activiti/sample/Q003?r=${Math.random()}`, {
124
124
  procInstId: this.procInstId
125
125
  })
126
126
  .then(({ data = [] }) => {