From d7fe8ae3888c8e2b1eea3c1e3769be0d42a21cc9 Mon Sep 17 00:00:00 2001
From: jiangping <jp@doumee.com>
Date: 星期一, 16 十月 2023 09:03:47 +0800
Subject: [PATCH] Merge branch '1.0.3' of http://139.186.142.91:10010/r/productDev/dmMes into 1.0.3
---
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