From 4bed684d9d49ce4d9e2ef43ea8a3cc2e857f280e Mon Sep 17 00:00:00 2001 From: Aoi_Tori <2547614904@qq.com> Date: Thu, 14 Aug 2025 14:40:10 +0800 Subject: [PATCH] 2025/8/12 --- src/views/modules/tooling/searchToolApply.vue | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/src/views/modules/tooling/searchToolApply.vue b/src/views/modules/tooling/searchToolApply.vue index 44a88b0..b80e642 100644 --- a/src/views/modules/tooling/searchToolApply.vue +++ b/src/views/modules/tooling/searchToolApply.vue @@ -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() {