@@ -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")
+ }
}
};