|
|
|
@ -702,7 +702,8 @@ export default { |
|
|
|
menuId: this.$route.meta.menuId, |
|
|
|
userName: this.$store.state.user.name, |
|
|
|
nodeId: '', |
|
|
|
sp: '' |
|
|
|
sp: '', |
|
|
|
isReject: '' |
|
|
|
}, |
|
|
|
valueNull: '******', |
|
|
|
modelData: { |
|
|
|
@ -1719,7 +1720,8 @@ export default { |
|
|
|
menuId: this.$route.meta.menuId, |
|
|
|
userName: this.$store.state.user.name, |
|
|
|
nodeId: row.nodeId, |
|
|
|
sp: row.sp |
|
|
|
sp: row.sp, |
|
|
|
isReject: row.isReject |
|
|
|
} |
|
|
|
this.openModelMessage() |
|
|
|
searchProjectToolApplyDetail({ |
|
|
|
|