Browse Source

2025/8/14

master
Aoi_Tori 5 months ago
parent
commit
0e3ebfbe8e
  1. 8
      src/views/modules/tooling/searchToolApply.vue

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

@ -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(`确定下达这个申请`, '提示', {

Loading…
Cancel
Save