diff --git a/src/views/modules/tooling/searchToolApply.vue b/src/views/modules/tooling/searchToolApply.vue
index 7e63845..7998aa8 100644
--- a/src/views/modules/tooling/searchToolApply.vue
+++ b/src/views/modules/tooling/searchToolApply.vue
@@ -533,17 +533,21 @@
-
+
@@ -718,7 +722,8 @@ export default {
totalCost: '',
menuId: this.$route.meta.menuId,
userName: this.$store.state.user.name,
- nodeId: ''
+ nodeId: '',
+ sp: ''
},
valueNull: '******',
modelData: {
@@ -1441,7 +1446,7 @@ export default {
rejectOpinion: '',
submitModalFlag: false,
processField: '',
-
+ sp: this.$store.state.user.name,
}
},
watch: {
@@ -1693,6 +1698,8 @@ export default {
this.detailList = []
}
},
+
+ // 审批
editModal(row) {
this.getNodeAuthority(row)
this.dataForm = {
@@ -1718,7 +1725,8 @@ export default {
totalCost: row.totalCost,
menuId: this.$route.meta.menuId,
userName: this.$store.state.user.name,
- nodeId: row.nodeId
+ nodeId: row.nodeId,
+ sp: row.sp
}
this.openModelMessage()
searchProjectToolApplyDetail({