Browse Source

fiex:调整报考数据-取消预约-前培标记-考试登记的考试/前培计划重置问题

Tang 3 năm trước cách đây
mục cha
commit
1eb0ef8039

+ 2 - 1
src/views/education/examManagement/applicationData/cancelAppointMent/index.vue

@@ -459,8 +459,9 @@ export default {
           pageSize: 10,
           pageNum: 1,
           idCards: "",
+          applyId: this.formData.applyId,
           canCancel: 1,
-          applyId: this.copyAppid,
+          // applyId: this.copyAppid,
         };
       }
       var data = JSON.parse(JSON.stringify(this.formData));

+ 2 - 1
src/views/education/examManagement/applicationData/examRegistration/index.vue

@@ -543,7 +543,8 @@ export default {
           pageNum: 1,
           idCards: "",
           canExam: 1,
-          applyId: this.copyAppid,
+          applyId: this.formData.applyId,
+          // applyId: this.copyAppid,
         };
       }
       var data = JSON.parse(JSON.stringify(this.formData));

+ 1 - 1
src/views/education/examManagement/applicationData/formerAccount/index.vue

@@ -492,7 +492,7 @@ export default {
           pageNum: 1,
           idCards: "",
           canBefore: 1,
-          beforeId: this.copyAppid,
+          beforeId: this.formData.beforeId,
           applyId: "",
           beforeStatus: "",
         };