|
@@ -776,12 +776,12 @@ export default class extends Vue {
|
|
|
this.ColorCard = response.Data.F_ColorCard || this.stoneColors[0].value;
|
|
this.ColorCard = response.Data.F_ColorCard || this.stoneColors[0].value;
|
|
|
this.selectedProcess = response.Data.F_DeepGrooveTech || this.deepSlotProcesses[0].value;
|
|
this.selectedProcess = response.Data.F_DeepGrooveTech || this.deepSlotProcesses[0].value;
|
|
|
// 有墙面工艺
|
|
// 有墙面工艺
|
|
|
- if (this.selectedProcess) {
|
|
|
|
|
- const selectedProcessSelctIndex = this.deepSlotProcesses.findIndex(item => item.value === this.selectedProcess);
|
|
|
|
|
- // 墙面分割线选项
|
|
|
|
|
- this.splitWays = this.deepSlotProcesses[selectedProcessSelctIndex].subitems;
|
|
|
|
|
- }
|
|
|
|
|
- this.selectedSplit = response.Data.F_DivisionMethod || this.splitWays[0].value;
|
|
|
|
|
|
|
+ if (this.selectedProcess && this.selectedProcess != '平涂') {
|
|
|
|
|
+ const selectedProcessSelctIndex = this.deepSlotProcesses.findIndex(item => item.value === this.selectedProcess);
|
|
|
|
|
+ // 墙面分割线选项
|
|
|
|
|
+ this.splitWays = this.deepSlotProcesses[selectedProcessSelctIndex].subitems;
|
|
|
|
|
+ this.selectedSplit = response.Data.F_DivisionMethod || this.splitWays[0].value;
|
|
|
|
|
+ }
|
|
|
this.selectedWindowFrame = response.Data.F_WindowsColor || this.windowFrames[0].value;
|
|
this.selectedWindowFrame = response.Data.F_WindowsColor || this.windowFrames[0].value;
|
|
|
this.selectedRailing = response.Data.F_CastRailing || this.railings[0].value;
|
|
this.selectedRailing = response.Data.F_CastRailing || this.railings[0].value;
|
|
|
this.selectedTile = response.Data.F_GlazedTile || this.tiles[0].value;//新琉璃瓦
|
|
this.selectedTile = response.Data.F_GlazedTile || this.tiles[0].value;//新琉璃瓦
|