Преглед на файлове

增加返回到列表页

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