From 16cd5600efc6f94ed617cb09e1a2dd579017ddef Mon Sep 17 00:00:00 2001
From: Mr.Shi <1878285526@qq.com>
Date: 星期二, 05 九月 2023 16:02:01 +0800
Subject: [PATCH] Merge branch 'dev' of ssh://139.186.142.91:29418/productDev/dmMes into dev

---
 minipro_standard/store/index.js |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/minipro_standard/store/index.js b/minipro_standard/store/index.js
index 2d5b182..897b26f 100644
--- a/minipro_standard/store/index.js
+++ b/minipro_standard/store/index.js
@@ -77,7 +77,7 @@
 	},
 	actions: {
 		// 鍚戝悗绔幏鍙栬彍鍗曟爮鏉冮檺
-		async getMenuList(content, type) {
+		async getMenuList(content, type) {
 			let res = await getTreeList({
 				type: type
 			})
@@ -100,10 +100,10 @@
 				menuButtonWidth
 			})
 		},
-		async getUpcomingNum() {
+		async getUpcomingNum(context) {
 			let res = await pageCount({})
 			if (res.code === 200) {
-				content.commit('SETNUM', {
+				context.commit('SETNUM', {
 					d: res.data.startNum,
 					y: res.data.endNum
 				})

--
Gitblit v1.9.3