guhongwei 4 년 전
부모
커밋
69c5ec0aa7
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      src/views/userCenter/projectInfo/index.vue

+ 1 - 0
src/views/userCenter/projectInfo/index.vue

@@ -210,6 +210,7 @@ export default {
     },
     // 返回列表
     back() {
+      this.form = {};
       this.display = 'list';
       this.search();
     },