28169 2 anni fa
parent
commit
bbab7d4fdf
1 ha cambiato i file con 4 aggiunte e 2 eliminazioni
  1. 4 2
      src/xt_pages/user/firstDisease.vue

+ 4 - 2
src/xt_pages/user/firstDisease.vue Vedi File

@@ -922,7 +922,7 @@
922 922
          if(this.projectIndate == undefined){
923 923
            this.projectIndate = ""
924 924
          }
925
-         if(this.project_id == undefined){
925
+         if(this.projectStr == undefined){
926 926
             this.project_id = ""
927 927
          }
928 928
 
@@ -984,7 +984,9 @@
984 984
           inspect_date:this.projectIndate,
985 985
          }
986 986
          console.log("poarams2323322323",params)
987
-         
987
+         if(params.project_id!=undefined){
988
+            params.project_id = ""
989
+         }
988 990
         updateFirstDisease(params).then(response=>{
989 991
           if(response.data.state == 1){
990 992
             var detail = response.data.data.detail