guanqb
2023-03-31 ac19ae903dd740bdaf1499ae40ef4039fdb4e6ad
src/store/modules/popupParams.js
@@ -2,7 +2,7 @@
 * @Author: shuishen 1109946754@qq.com
 * @Date: 2023-03-02 16:36:47
 * @LastEditors: shuishen 1109946754@qq.com
 * @LastEditTime: 2023-03-07 10:54:45
 * @LastEditTime: 2023-03-31 17:05:49
 * @FilePath: \srs-police-affairs\src\store\modules\popupParams.js
 * @Description: 
 * 
@@ -21,7 +21,10 @@
        activityPolicePopupData: {},
        videoListPopup: false,
        videoListPopupData: {}
        videoListPopupData: {},
        mapSearchPopup: false,
        mapSearchPopupData: {}
    },
    mutations: {
@@ -48,6 +51,14 @@
            state.videoListPopupData = videoListPopupData
        },
        SET_MAPSEARCHPOPUP (state, mapSearchPopup) {
            state.mapSearchPopup = mapSearchPopup
        },
        SET_MAPSEARCHPOPUPDATA (state, mapSearchPopupData) {
            state.mapSearchPopupData = mapSearchPopupData
        }
    },
    actions: {