智慧农业后台管理页面
guoshilong
2022-07-22 34ecea7816d5f8a9f1fc47cf87b6caaa8dda4f09
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 = '';
        },