diff --git a/src/views/modules/tooling/searchToolApply.vue b/src/views/modules/tooling/searchToolApply.vue
index 7f0da8a..8da350e 100644
--- a/src/views/modules/tooling/searchToolApply.vue
+++ b/src/views/modules/tooling/searchToolApply.vue
@@ -448,7 +448,7 @@
-
+
@@ -642,7 +642,7 @@
-
+
@@ -986,7 +986,7 @@
-
+
@@ -2577,6 +2577,8 @@ export default {
// 审批
editModal(row) {
+ this.currentRow = JSON.parse(JSON.stringify(row));
+ this.currentRow2 = row;
this.getNodeAuthority(row)
this.checkSuperAdmin()
this.dataForm = {
@@ -2621,6 +2623,8 @@ export default {
})
},
detail(row) {
+ this.currentRow = JSON.parse(JSON.stringify(row));
+ this.currentRow2 = row;
this.getNodeAuthority(row)
this.checkSuperAdmin()
this.dataForm = {
@@ -2665,6 +2669,8 @@ export default {
})
},
editModalU(row) {
+ this.currentRow = JSON.parse(JSON.stringify(row));
+ this.currentRow2 = row;
this.getNodeAuthority(row)
this.dataForm = {
site: row.site,