From 937ab15b5e62f83b2f190ece0134c4dffb784be5 Mon Sep 17 00:00:00 2001
From: shuishen <1109946754@qq.com>
Date: Mon, 18 Jul 2022 08:52:28 +0800
Subject: [PATCH] Merge branch 'master' of http://s16s652780.51mypc.cn:49896/r/zhny_web
---
src/store/modules/common.js | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
diff --git a/src/store/modules/common.js b/src/store/modules/common.js
index d8cbec8..f4d3ab2 100644
--- a/src/store/modules/common.js
+++ b/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 = '';
},
--
Gitblit v1.9.3