소스 검색

区县验收页面, 添加取消功能

wangguangping 3 년 전
부모
커밋
b70c73ff5e
1개의 변경된 파일5개의 추가작업 그리고 3개의 파일을 삭제
  1. 5 3
      src/pages/main/advertising/acceptance.vue

+ 5 - 3
src/pages/main/advertising/acceptance.vue

@@ -306,9 +306,11 @@ export default {
                     this.examList
                 );
             } else if (v === 2) {
-                this.fileInfo.fileList = [];
-                this.infolist = {};
-                this.attList = [];
+                // this.fileInfo.fileList = [];
+                // this.infolist = {};
+                // this.attList = [];
+                // this.examDescription = "";
+                this.$router.push({ path: '/materialApplication'});
                 return;
             }
         },