maxiaoxiao 3 months ago
parent
commit
1e60d4ef4f
1 changed files with 3 additions and 3 deletions
  1. 3 3
      src/views/basicGeographic/components/list.vue

+ 3 - 3
src/views/basicGeographic/components/list.vue

@@ -91,13 +91,13 @@ export default {
     },
     // 详情
     detail(row) {
-      this.$emit("click", row, 'infoto');
+      this.$emit("click", row, 'infoto',true);
     },
     fly(row) {
-      this.$emit("click", row, 'fly');
+      this.$emit("click", row, 'fly',true);
     },
     graph(row) {
-      this.$emit("graph", row,);
+      this.$emit("graph", row,true);
     },
     revoke(row) {
       if (row.state == 1) this.$refs.addEdtModal.Init("withdraw", row);