Browse Source

2025/8/12

master
Aoi_Tori 5 months ago
parent
commit
4bed684d9d
  1. 6
      src/views/modules/tooling/searchToolApply.vue

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

@ -2379,16 +2379,16 @@ export default {
sp: row.sp, sp: row.sp,
isReject: row.isReject isReject: row.isReject
} }
this.openModelMessage()
searchProjectToolApplyDetail({ searchProjectToolApplyDetail({
site: row.site, site: row.site,
applyNo: row.applyNo, applyNo: row.applyNo,
}).then(({data}) => { }).then(({data}) => {
if (data.code == 0) { if (data.code == 0) {
this.toolData = data.rows this.toolData = data.rows
this.openModelMessage()
this.visibleD = true
} }
}) })
this.visibleD = true
}, },
editModalU(row) { editModalU(row) {
this.getNodeAuthority(row) this.getNodeAuthority(row)
@ -2563,7 +2563,6 @@ export default {
this.addChangeDetail() this.addChangeDetail()
}, },
openModelMessage() { openModelMessage() {
this.modelData = { this.modelData = {
site: this.currentRow.site, site: this.currentRow.site,
applyNo: this.currentRow.applyNo, applyNo: this.currentRow.applyNo,
@ -2574,7 +2573,6 @@ export default {
allCost: this.currentRow.allCost, allCost: this.currentRow.allCost,
remark2: this.currentRow.remark2, remark2: this.currentRow.remark2,
} }
}, },
openMassageModel() { openMassageModel() {

Loading…
Cancel
Save