Browse Source

2025-07-02

master
fengyuan_yang 6 months ago
parent
commit
d94ea6fbbc
  1. 6
      src/views/modules/tooling/searchToolApply.vue

6
src/views/modules/tooling/searchToolApply.vue

@ -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({

Loading…
Cancel
Save