소스 검색

外墙设计增加服务商切换功能

yanym 1 주 전
부모
커밋
54fb86b62a
1개의 변경된 파일3개의 추가작업 그리고 1개의 파일을 삭제
  1. 3 1
      src/views/AIDesign/design.vue

+ 3 - 1
src/views/AIDesign/design.vue

@@ -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;
     }