瀏覽代碼

增加返回到列表页

xuefy 3 年之前
父節點
當前提交
09f28c2606
共有 1 個文件被更改,包括 11 次插入0 次删除
  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")
+    }
 
     }
 };