|
|
|
@ -2379,16 +2379,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.visibleD = true |
|
|
|
} |
|
|
|
}) |
|
|
|
this.visibleD = true |
|
|
|
}, |
|
|
|
editModalU(row) { |
|
|
|
this.getNodeAuthority(row) |
|
|
|
@ -2563,7 +2563,6 @@ export default { |
|
|
|
this.addChangeDetail() |
|
|
|
}, |
|
|
|
openModelMessage() { |
|
|
|
|
|
|
|
this.modelData = { |
|
|
|
site: this.currentRow.site, |
|
|
|
applyNo: this.currentRow.applyNo, |
|
|
|
@ -2574,7 +2573,6 @@ export default { |
|
|
|
allCost: this.currentRow.allCost, |
|
|
|
remark2: this.currentRow.remark2, |
|
|
|
} |
|
|
|
|
|
|
|
}, |
|
|
|
|
|
|
|
openMassageModel() { |
|
|
|
|