zhuqingsong 1 year ago
parent
commit
7f357f303e
1 changed files with 0 additions and 2 deletions
  1. 0 2
      src/views/Powermanagement/Positioning/index.vue

+ 0 - 2
src/views/Powermanagement/Positioning/index.vue

@@ -117,8 +117,6 @@ const openDetail = (row: any, type: string) => {
117
       }
117
       }
118
     });
118
     });
119
     return;
119
     return;
120
-  }
121
-  if (type == "edit") {
122
   } else {
120
   } else {
123
     setQuery("/Powermanagement/PositioningDetail", { id: row.id, type: type });
121
     setQuery("/Powermanagement/PositioningDetail", { id: row.id, type: type });
124
   }
122
   }