From fe1a028d6ad03860a9836951eaf4de6165d073d7 Mon Sep 17 00:00:00 2001
From: jhzh <1628036192@qq.com>
Date: Sun, 07 Apr 2024 11:09:40 +0800
Subject: [PATCH] 修改:客户问题处理
---
src/page/user/Warehouse.vue | 12 +++++++++++-
1 files changed, 11 insertions(+), 1 deletions(-)
diff --git a/src/page/user/Warehouse.vue b/src/page/user/Warehouse.vue
index ec54536..894987a 100644
--- a/src/page/user/Warehouse.vue
+++ b/src/page/user/Warehouse.vue
@@ -86,6 +86,15 @@
created() {
this.getMoneys();
},
+ mounted(){
+ if(this.$route.query.index=='0'){
+ this.onClick({name:4})
+ }else if(this.$route.query.index=='1'){
+ this.onClick({name:2})
+ }else{
+
+ }
+ },
methods: {
itemClick() {
this.$refs.dataListref.getList(this.activeObj.laber);
@@ -107,6 +116,7 @@
}
},
onClick(e) {
+ console.log(e);
this.active = e.name;
this.activeObj = e;
this.getMoneys();
@@ -159,4 +169,4 @@
// padding: 0.10667rem 0.34667rem;
color: #fff;
}
-</style>
\ No newline at end of file
+</style>
--
Gitblit v1.9.3