diff --git a/src/views/modules/tooling/searchToolApply.vue b/src/views/modules/tooling/searchToolApply.vue index b80e642..864c9e9 100644 --- a/src/views/modules/tooling/searchToolApply.vue +++ b/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(`确定下达这个申请`, '提示', {