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