|
@@ -1241,7 +1241,18 @@ export default {
|
|
|
this.goShow = false;
|
|
|
Cookies.set("/credit/goFinance/"+this.form.zfiId + "/", this.$route.fullPath)
|
|
|
this.$router.push({ path: "/credit/goFinance/"+this.form.zfiId + "/" });
|
|
|
- }
|
|
|
+ },
|
|
|
+ //返回到列表页
|
|
|
+ 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")
|
|
|
+ },
|
|
|
|
|
|
}
|
|
|
};
|