Parcourir la source

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

wangguangping il y a 3 ans
Parent
commit
b70c73ff5e
1 fichiers modifiés avec 5 ajouts et 3 suppressions
  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;
             }
         },