pengjing il y a 10 mois
Parent
commit
92fe8f71a3
1 fichiers modifiés avec 1 ajouts et 0 suppressions
  1. 1 0
      h5app/src/views/pages/jobUserInfo/userEdit.vue

+ 1 - 0
h5app/src/views/pages/jobUserInfo/userEdit.vue

@@ -779,6 +779,7 @@ export default defineComponent({
       if(curStepData.value.statusVal==1){
         const reqData = await getJobUserById(jobUserID,userId);
         baseInfoData.baseData = reqData;
+        baseInfoData.baseData.openId = openId;
         console.log("当前baseInfoData",baseInfoData.baseData);
         await getStreetList();
       }