|
@@ -1052,7 +1052,7 @@ export default {
|
|
|
let str = '';
|
|
|
if (value == '室内管线') {
|
|
|
str = 'gy_inner'
|
|
|
- } else if (value == '室外管线') {
|
|
|
+ } else if (value == '庭院') {
|
|
|
str = 'gy_out'
|
|
|
} else if (value == '调压柜') {
|
|
|
str = 'gy_tyg'
|
|
@@ -1097,7 +1097,7 @@ export default {
|
|
|
let str = '';
|
|
|
if (e.enginClassification == '室内管线') {
|
|
|
str = 'gy_inner'
|
|
|
- } else if (e.enginClassification == '室外管线') {
|
|
|
+ } else if (e.enginClassification == '庭院') {
|
|
|
str = 'gy_out'
|
|
|
} else if (e.enginClassification == '调压柜') {
|
|
|
str = 'gy_tyg'
|
|
@@ -1123,7 +1123,7 @@ export default {
|
|
|
let str = '';
|
|
|
if (e.enginClassification == '室内管线') {
|
|
|
str = 'gy_inner'
|
|
|
- } else if (e.enginClassification == '室外管线') {
|
|
|
+ } else if (e.enginClassification == '庭院') {
|
|
|
str = 'gy_out'
|
|
|
} else if (e.enginClassification == '调压柜') {
|
|
|
str = 'gy_tyg'
|
|
@@ -1329,7 +1329,7 @@ export default {
|
|
|
if(this.enginClassificationQuery[i] == '室内管线'){
|
|
|
this.form.pePreset= this.form.pePresetSn;
|
|
|
this.form.gcPreset= this.form.gcPresetSn;
|
|
|
- }else if (this.enginClassificationQuery[i] == '室外管线'){
|
|
|
+ }else if (this.enginClassificationQuery[i] == '庭院'){
|
|
|
this.form.pePreset= this.form.pePresetTy;
|
|
|
this.form.gcPreset= this.form.gcPresetTy;
|
|
|
}else{
|