智慧农业后台管理页面
guoshilong
2022-08-24 3efc47fe7ba89693109fc1f601aef551ecc42d2e
src/store/modules/common.js
@@ -38,6 +38,9 @@
        setpolygonsFarm: (state, data) => {
            state.polygonsFarm = data;
        },
        clear_polygon: (state) => {
            state.polygons = '';
        },
        clear_polygonsFarm: (state) => {
            state.polygonsFarm = '';
        },