Kaynağa Gözat

Merge branch '外墙设计设计风格文字显示优化' into uat

yanym 1 hafta önce
ebeveyn
işleme
5ef52e0ac3
1 değiştirilmiş dosya ile 3 ekleme ve 1 silme
  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;
     }