Browse Source

迭代五调整

zhangyihao 8 months ago
parent
commit
065bda61af
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/views/emergencyCommandMap/LeftSection/index.vue

+ 1 - 1
src/views/emergencyCommandMap/LeftSection/index.vue

@@ -90,7 +90,7 @@
     <CloseCommand
       v-model="closeCommandState.show"
       :title="closeCommandState.title"
-      :flag="flag"
+      :flag="closeCommandState.flag"
       :event-id="eventId"
       @update:model-value="fetchEventDetail"
     />