diff --git a/src/views/wel/index.vue b/src/views/wel/index.vue
index d132567..d043365 100644
--- a/src/views/wel/index.vue
+++ b/src/views/wel/index.vue
@@ -94,10 +94,10 @@
待审核设备台账
-
+
-
+
@@ -105,10 +105,10 @@
待审核智能两票
-
+
-
+
@@ -116,16 +116,16 @@
待审核备件管理
-
+
-
+
-
+
-
+
@@ -133,7 +133,7 @@
待审核工单
-
+
@@ -168,18 +168,25 @@
...mapGetters(["userInfo"]),
},
mounted() {
- this.onload();
+ this.auditLoad();
},
methods: {
- onload(){
+ auditLoad(){
this.auditSkeleton = true;
honePageData().then(res => {
- console.log(res)
this.homePageData = res.data.data;
-
this.auditSkeleton = false;
this.selectionClear();
});
+ },
+ skip(path, id){
+ this.$router.push({
+ path: path,
+ query: {
+ frameMode:"search",
+ id: id
+ },
+ });
}
}
};