Commit cf48e741 by caoyanzhi

Merge branch 'feature/4月-菜单和权限' into dev

# Conflicts:
#	src/components/common/gic-select-group.vue
parents 09d9b506 2b35fa39
...@@ -236,6 +236,9 @@ export default { ...@@ -236,6 +236,9 @@ export default {
that.$forceUpdate(); that.$forceUpdate();
} }
} }
if (resData.errorCode != 1 && resData.errorCode != 10031) {
errMsg.errorMsg(resData);
}
}) })
.catch(function(error) {}); .catch(function(error) {});
} }
......
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