|
|
|
@ -2338,16 +2338,16 @@ export default { |
|
|
|
sp: row.sp, |
|
|
|
isReject: row.isReject |
|
|
|
} |
|
|
|
this.openModelMessage() |
|
|
|
searchProjectToolApplyDetail({ |
|
|
|
site: row.site, |
|
|
|
applyNo: row.applyNo, |
|
|
|
}).then(({data}) => { |
|
|
|
if (data.code == 0) { |
|
|
|
this.toolData = data.rows |
|
|
|
this.openModelMessage() |
|
|
|
this.visible = true |
|
|
|
} |
|
|
|
}) |
|
|
|
this.visible = true |
|
|
|
}, |
|
|
|
detail(row) { |
|
|
|
this.getNodeAuthority(row) |
|
|
|
@ -2417,16 +2417,16 @@ export default { |
|
|
|
userName: this.$store.state.user.name, |
|
|
|
nodeId: row.nodeId |
|
|
|
} |
|
|
|
this.openModelMessage() |
|
|
|
searchProjectToolApplyDetail({ |
|
|
|
site: row.site, |
|
|
|
applyNo: row.applyNo, |
|
|
|
}).then(({data}) => { |
|
|
|
if (data.code == 0) { |
|
|
|
this.toolData = data.rows |
|
|
|
this.openModelMessage() |
|
|
|
this.visibleU = true |
|
|
|
} |
|
|
|
}) |
|
|
|
this.visibleU = true |
|
|
|
}, |
|
|
|
comfirmApply(row) { |
|
|
|
this.$confirm(`确定下达这个申请`, '提示', { |
|
|
|
|