@lambo-design/workflow-approve 1.0.0-beta.129 → 1.0.0-beta.130

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.
Files changed (2) hide show
  1. package/package.json +2 -2
  2. package/src/portrait.vue +4 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lambo-design/workflow-approve",
3
- "version": "1.0.0-beta.129",
3
+ "version": "1.0.0-beta.130",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "author": "lambo",
@@ -13,7 +13,7 @@
13
13
  "axios": "^0.24.0",
14
14
  "axios-cache-plugin": "^0.1.0",
15
15
  "@lambo-design/core": "^4.7.1-beta.173",
16
- "@lambo-design/shared": "^1.0.0-beta.319"
16
+ "@lambo-design/shared": "^1.0.0-beta.321"
17
17
  },
18
18
  "dependencies": {
19
19
  "bpmn-js": "^7.3.1",
package/src/portrait.vue CHANGED
@@ -1809,6 +1809,7 @@ export default {
1809
1809
  title: '提示',
1810
1810
  content: '确定要' + auditResult.name + '吗?',
1811
1811
  onOk: () => {
1812
+ self.$Spin.show();
1812
1813
  self.executePass(auditResult)
1813
1814
  },
1814
1815
  onCancel: () => {
@@ -1924,7 +1925,9 @@ export default {
1924
1925
  })
1925
1926
  },
1926
1927
  doJump() {
1927
- this.$Spin.show();
1928
+ if (!self.showConfirmBox){
1929
+ this.$Spin.show();
1930
+ }
1928
1931
  if (this.auditResult === '90') {
1929
1932
  this.auditParams.rejectAttribute = this.rejectAttribute ? this.rejectAttribute : 'inSequence'
1930
1933
  }