Forráskód Böngészése

增加返回到列表页

xuefy 3 éve
szülő
commit
09f28c2606
1 módosított fájl, 11 hozzáadás és 0 törlés
  1. 11 0
      front-vue/src/views/service/credit/confirmationAudit.vue

+ 11 - 0
front-vue/src/views/service/credit/confirmationAudit.vue

@@ -1150,6 +1150,17 @@ export default {
                 loading.close();
             });
     },
+    //返回到列表页
+    goParent(){
+         var self = this
+        this.pdfShowDialog = false;
+        self.$store.dispatch(
+            "tagsView/delView",
+            self.$route
+            );
+         //self.$router.push("/Bill/credit")
+         self.$router.push("/Bill/finance/credit")
+    }
 
     }
 };