Commit e1eb7b68 by 姜雷

升级依赖

parent ee54a093
...@@ -33,7 +33,7 @@ ...@@ -33,7 +33,7 @@
"nprogress": "^0.2.0", "nprogress": "^0.2.0",
"popmotion": "^8.1.22", "popmotion": "^8.1.22",
"qiniu-js": "^2.2.0", "qiniu-js": "^2.2.0",
"rym-element-ui": "^0.1.46", "rym-element-ui": "^0.1.47",
"vue-qr": "^1.2.8", "vue-qr": "^1.2.8",
"vuedraggable": "^2.16.0", "vuedraggable": "^2.16.0",
"wangeditor": "^3.1.1" "wangeditor": "^3.1.1"
......
...@@ -27,8 +27,6 @@ const actions = { ...@@ -27,8 +27,6 @@ const actions = {
return fetchServiceList({ return fetchServiceList({
params: { serviceType }, params: { serviceType },
}).then(res => { }).then(res => {
console.log(res);
const { data } = res; const { data } = res;
commit(SERVICE_TYPE_LIST, { list: data, index: serviceType }); commit(SERVICE_TYPE_LIST, { list: data, index: serviceType });
commit(FETCH_STATE, { value: false, index: serviceType }); commit(FETCH_STATE, { value: false, index: serviceType });
...@@ -38,8 +36,6 @@ const actions = { ...@@ -38,8 +36,6 @@ const actions = {
const mutations = { const mutations = {
[SERVICE_TYPE_LIST](state, { list, index }) { [SERVICE_TYPE_LIST](state, { list, index }) {
console.log(index, list);
state.lists[index] = list; state.lists[index] = list;
}, },
[FETCH_STATE](state, { value, index }) { [FETCH_STATE](state, { value, index }) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment