|
|
@@ -1080,17 +1080,17 @@ export default {
|
|
1080
|
1080
|
jzyq: res.F_JzYq
|
|
1081
|
1081
|
}]
|
|
1082
|
1082
|
this.ruleForm.F_Yqname = res.F_ssyy
|
|
1083
|
|
- if(res.F_sxzzd){
|
|
|
1083
|
+ if(res.F_sxzzd != null){
|
|
1084
|
1084
|
this.ruleForm.F_sxzzd = res.F_sxzzd.toString()
|
|
1085
|
1085
|
}
|
|
1086
|
|
- if(res.F_lyfs){
|
|
|
1086
|
+ if(res.F_lyfs != null){
|
|
1087
|
1087
|
this.ruleForm.F_lyfs = res.F_lyfs.toString()
|
|
1088
|
1088
|
}
|
|
1089
|
1089
|
this.ruleForm.F_pcdd = res.F_pcdd
|
|
1090
|
1090
|
this.ruleForm.F_sbxq = res.F_sbxq
|
|
1091
|
1091
|
this.ruleForm.F_ryxq = res.F_ryxq
|
|
1092
|
1092
|
this.ruleForm.F_jzsj = res.F_jzsj
|
|
1093
|
|
- if(res.F_sfjhz){
|
|
|
1093
|
+ if(res.F_sfjhz != null){
|
|
1094
|
1094
|
this.ruleForm.F_sfjhz = res.F_sfjhz.toString()
|
|
1095
|
1095
|
}
|
|
1096
|
1096
|
this.ruleForm.F_hzdh = res.F_hzdh
|