cloud-module-bpm 6.4.2 → 6.4.3

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": "cloud-module-bpm",
3
- "version": "6.4.2",
3
+ "version": "6.4.3",
4
4
  "description": " bpm base lib",
5
5
  "main": "dist/cloud-module-bpm.umd.min.js",
6
6
  "author": "wujx",
@@ -815,7 +815,7 @@ MeritBPM.validatePermit = function(that, procDefKey, callback) {
815
815
  * 拼接参数/bpm-demo/example/index.html#/formEdit?id=businessId&undoId=undoId
816
816
  */
817
817
  MeritBPM.getUrlParameter = function(name) {
818
- var query = window.location.hash.substring(
818
+ var query = window.location.href.substring(
819
819
  window.location.hash.indexOf('?') + 1
820
820
  );
821
821
  var vars = query.split('&');