Browse Source

细化功能

WFADLMOXAOK6T5N\Administrator 4 năm trước cách đây
mục cha
commit
86d390cc55
1 tập tin đã thay đổi với 2 bổ sung0 xóa
  1. 2 0
      client/pages/servant/servantsettings/servantsettings.js

+ 2 - 0
client/pages/servant/servantsettings/servantsettings.js

@@ -30,9 +30,11 @@ Page({
                   answerstr+=this.servantlist[i].subjectList[j].answer[t].answer+',';
                 }
             }
+          console.log(answerstr);
           servantselectedlist.push({answer: [answerstr],customAnswer: this.servantlist[i].subjectList[j].subject,subjectId: this.servantlist[i].subjectList[j].subjectId});
         }
     }
+        console.log(servantselectedlist);
       request.httpServicePost(apiUrl.insertNewservantappletservicePath,{employRelationNo:employRelationNo,subjectList:servantselectedlist,subjectType:"SN000002"}).then(data=>{
         alert(data);
       });