Explorar el Código

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

yanym hace 1 semana
padre
commit
7c40d5b69b
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  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;
     }