|
@@ -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
|