Commit 3298c6c6 by crushh

Merge branch 'feature/九月迭代' into dev

parents dbd24013 6e63f7f5
...@@ -209,7 +209,7 @@ export default { ...@@ -209,7 +209,7 @@ export default {
* 获取脱敏与否配置 * 获取脱敏与否配置
*/ */
getInfo(gicEnterpriseId) { getInfo(gicEnterpriseId) {
getRequest('haoban-app-tel-task-three-web/setting/find-enterprise-desensitization-setting', { gicEnterpriseId }) getRequest('/haoban-app-tel-task-three-web/setting/find-enterprise-desensitization-setting', { gicEnterpriseId })
.then(res => { .then(res => {
let resData = res.data; let resData = res.data;
if (resData.errorCode == 1) { if (resData.errorCode == 1) {
......
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