@lambo-design/workflow-approve 1.0.0-beta.134 → 1.0.0-beta.136
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 +3 -3
- package/src/portrait.vue +2 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@lambo-design/workflow-approve",
|
|
3
|
-
"version": "1.0.0-beta.
|
|
3
|
+
"version": "1.0.0-beta.136",
|
|
4
4
|
"description": "",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"author": "lambo",
|
|
@@ -12,8 +12,8 @@
|
|
|
12
12
|
"devDependencies": {
|
|
13
13
|
"axios": "^0.24.0",
|
|
14
14
|
"axios-cache-plugin": "^0.1.0",
|
|
15
|
-
"@lambo-design/
|
|
16
|
-
"@lambo-design/
|
|
15
|
+
"@lambo-design/core": "^4.7.1-beta.176",
|
|
16
|
+
"@lambo-design/shared": "^1.0.0-beta.351"
|
|
17
17
|
},
|
|
18
18
|
"dependencies": {
|
|
19
19
|
"bpmn-js": "^7.3.1",
|
package/src/portrait.vue
CHANGED
|
@@ -1882,6 +1882,7 @@ export default {
|
|
|
1882
1882
|
name: self.isPassContinue ? self.handleButtonsNames['passContinue'] : self.handleButtonsNames[self.auditResult]
|
|
1883
1883
|
}
|
|
1884
1884
|
if (!self.showConfirmBox) {
|
|
1885
|
+
self.$Spin.show();
|
|
1885
1886
|
self.executePass(auditResult)
|
|
1886
1887
|
return;
|
|
1887
1888
|
}
|
|
@@ -2162,7 +2163,7 @@ export default {
|
|
|
2162
2163
|
return
|
|
2163
2164
|
}
|
|
2164
2165
|
this.rejectUsers.name = this.selectedRejectUserList.map(item => item.auditName).join(',')
|
|
2165
|
-
this.rejectUsers.
|
|
2166
|
+
this.rejectUsers.id = this.selectedRejectUserList.map(item => item.auditId).join(',')
|
|
2166
2167
|
this.selectRejectUserModal = false
|
|
2167
2168
|
},
|
|
2168
2169
|
reductionModalCancel() {
|