lifanagju_citu hai 8 meses
pai
achega
9af5822211
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/api/enterprise.js

+ 1 - 1
src/api/enterprise.js

@@ -115,7 +115,7 @@ export const getEnterpriseBaseInfo = async () => {
 export const updateEnterpriseBaseInfo = async (data) => {
   return await request.post({
     url: '/app-api/menduner/system/recruit/enterprise/update',
-    openEncryption: true,
+    // openEncryption: true,
     data
   })
 }