|
|
@@ -619,6 +619,7 @@ export default class extends Vue {
|
|
|
this.startIndex = 0;
|
|
|
this.currentIndex = 0;
|
|
|
this.currentTitle = null;
|
|
|
+ this.overlayShow = false;
|
|
|
this.activeName = "外墙质感";// tab选中的项
|
|
|
this.color_selItem = null;//选中的外墙平涂
|
|
|
this.color_options = [];//外墙平涂列表
|
|
|
@@ -673,7 +674,7 @@ export default class extends Vue {
|
|
|
that.fwsRadioValue = checkedFwsInfo.shop_code;
|
|
|
} else {
|
|
|
that.fwsCode = serviceObjArray[0].shop_code;
|
|
|
- that.fwsName = checkedFwsInfo[0].shop_name;
|
|
|
+ that.fwsName = serviceObjArray[0].shop_name;
|
|
|
that.fwsRadioValue = serviceObjArray[0].shop_code;
|
|
|
}
|
|
|
}
|
|
|
@@ -762,6 +763,7 @@ export default class extends Vue {
|
|
|
shop_code:code,
|
|
|
shop_name:value
|
|
|
}
|
|
|
+ that.GetPointsFn();
|
|
|
window.localStorage.setItem("pageDesignfwsRadioValue", JSON.stringify(overviewRadioValue));
|
|
|
that.overlayShow = false;
|
|
|
}
|