소스 검색

服务商切换修改

yanym 1 개월 전
부모
커밋
120236e51e
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;
     }