lifanagju_citu 7 місяців тому
батько
коміт
9af5822211
1 змінених файлів з 1 додано та 1 видалено
  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
   })
 }