소스 검색

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

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

+ 2 - 0
src/views/AIDesign/design.vue

@@ -764,6 +764,8 @@ export default class extends Vue {
             shop_name:value
         }
         that.GetPointsFn();
+        that.checkedProject = null;
+        that.checkedProjectId = null;
         window.localStorage.setItem("pageDesignfwsRadioValue", JSON.stringify(overviewRadioValue));
         that.overlayShow = false;
     }