Tang 3 éve
szülő
commit
b2639d53a8

+ 3 - 0
src/views/education/examManagement/applicationData/cancelAppointMent/index.vue

@@ -465,6 +465,9 @@ export default {
       var data = JSON.parse(JSON.stringify(this.formData));
       if (this.formData.idCards) {
         data.idCards = this.formData.idCards.split("\n");
+        data.searchType = 1;
+      } else {
+        data.searchType = 0;
       }
       this.$api
         .inquiresystemsubscribelist(data)

+ 3 - 0
src/views/education/examManagement/applicationData/examRegistration/index.vue

@@ -548,6 +548,9 @@ export default {
       var data = JSON.parse(JSON.stringify(this.formData));
       if (this.formData.idCards) {
         data.idCards = this.formData.idCards.split("\n");
+        data.searchType = 1
+      }else{
+        data.searchType = 0
       }
       this.$api
         .inquiresystemsubscribelist(data)

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

@@ -500,6 +500,9 @@ export default {
       var data = JSON.parse(JSON.stringify(this.formData));
       if (this.formData.idCards) {
         data.idCards = this.formData.idCards.split("\n");
+        data.searchType = 1
+      }else{
+        data.searchType = 0
       }
       this.$api
         .inquiresystemsubscribelist(data)