diff --git a/src/views/hr/archives/unitpage/batchImport.vue b/src/views/hr/archives/unitpage/batchImport.vue index 9d66ac7..e3163b8 100644 --- a/src/views/hr/archives/unitpage/batchImport.vue +++ b/src/views/hr/archives/unitpage/batchImport.vue @@ -118,7 +118,7 @@ const uploadTrue = (response: any, uploadFile: UploadFile, uploadFiles: UploadFi @ 功能: 写入数据库 */ const insetPeopleCont = () => { -// console.log("启动数据写入数据库===============》", jiBuQiVal, totalNum.value); + console.log("启动数据写入数据库===============》", jiBuQiVal, totalNum.value,jiBuQiVal < totalNum.value); if (jiBuQiVal < totalNum.value) { let sendData = { meritsYearIng: meritsYearIng.value, @@ -127,9 +127,9 @@ const insetPeopleCont = () => { number: jiBuQiVal, orgId: tempForm.orgId.toString(), }; - // console.log("启动数据写入数据库", sendData); + console.log("启动数据写入数据库", sendData); analysisRedisOrgExelect(sendData).then((data: any) => { - // console.log("启动数据写入11111数据库",data,data.data.msgStr) + console.log("启动数据写入11111数据库",data,data.data.msgStr) peopleMsg.value.push(data.data.msgStr); jiBuQiVal++; // if (jibuq+ 1 >= totalNum.value){