فهرست منبع

前方通信弹窗

zhangyihao 2 ماه پیش
والد
کامیت
389af91ac6
1فایلهای تغییر یافته به همراه0 افزوده شده و 1 حذف شده
  1. 0 1
      src/views/emergencyCommandMap/LeftSection/Communication.vue

+ 0 - 1
src/views/emergencyCommandMap/LeftSection/Communication.vue

@@ -165,7 +165,6 @@ const userList = ref([]);
 const communicationDialogState = reactive({
   showListDialog: false
 });
-// 显示事件管理列表弹窗
 const showCommunicationDialogList = () => {
   communicationDialogState.showListDialog = true;
 };