lifanagju_citu 6 månader sedan
förälder
incheckning
8bbf921428
1 ändrade filer med 2 tillägg och 0 borttagningar
  1. 2 0
      src/api/enterprise.js

+ 2 - 0
src/api/enterprise.js

@@ -114,6 +114,7 @@ export const getEnterpriseBaseInfo = async () => {
 export const updateEnterpriseBaseInfo = async (data) => {
   return await request.post({
     url: '/app-api/menduner/system/recruit/enterprise/update',
+    openEncryption: true,
     data
   })
 }
@@ -130,6 +131,7 @@ export const updateEnterpriseAlbum = async (data) => {
 export const saveEnterpriseBusiness = async (data) => {
   return await request.post({
     url: '/app-api/menduner/system/recruit/enterprise/business/save',
+    openEncryption: true,
     data
   })
 }