|
@@ -789,14 +789,14 @@ export default class extends Vue {
|
|
|
if (selectedReliefTypeIndex == -1){
|
|
if (selectedReliefTypeIndex == -1){
|
|
|
this.selectedReliefType = this.outsideRelief[0].value;
|
|
this.selectedReliefType = this.outsideRelief[0].value;
|
|
|
} else {
|
|
} else {
|
|
|
- this.selectReliefType(response.Data.F_carvingType.value, 'outsideReliefRef', selectedReliefTypeIndex)
|
|
|
|
|
|
|
+ this.selectReliefType(response.Data.F_carvingType, 'outsideReliefRef', selectedReliefTypeIndex)
|
|
|
}
|
|
}
|
|
|
//窗套样式
|
|
//窗套样式
|
|
|
let selectedWindowStyleIndex = this.cardValueFindIndex(response.Data.F_WindowsStyle,this.WindowStyle);
|
|
let selectedWindowStyleIndex = this.cardValueFindIndex(response.Data.F_WindowsStyle,this.WindowStyle);
|
|
|
if (selectedWindowStyleIndex == -1){
|
|
if (selectedWindowStyleIndex == -1){
|
|
|
this.selectedWindowStyle = this.WindowStyle[0].value;
|
|
this.selectedWindowStyle = this.WindowStyle[0].value;
|
|
|
} else {
|
|
} else {
|
|
|
- this.selectWindowFrame(response.Data.F_WindowsStyle, 'windowsRef', selectedWindowStyleIndex)
|
|
|
|
|
|
|
+ this.selectWindowStyle(response.Data.F_WindowsStyle, 'WindowStyleRef', selectedWindowStyleIndex)
|
|
|
}
|
|
}
|
|
|
this.oldf_id = response.Data.F_ID;
|
|
this.oldf_id = response.Data.F_ID;
|
|
|
this.color_selValue = response.Data.F_Color || null;// 外墙平涂选中的值
|
|
this.color_selValue = response.Data.F_Color || null;// 外墙平涂选中的值
|