Tang 3 سال پیش
والد
کامیت
447ea41da2

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

@@ -465,9 +465,11 @@ 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;
+      }
+      if(this.formData.searchKey && this.formData.idCards){
+        data.searchType = 1
+      }else{
+        data.searchType = 0
       }
       this.$api
         .inquiresystemsubscribelist(data)

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

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

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

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