Browse Source

跳转账户页面暂时注释

liubei@c-top.com.cn 3 năm trước cách đây
mục cha
commit
66830c3f5c

+ 2 - 2
src/views/modules/stockWatch/modules/new-keepManage/group-keepManage.vue

@@ -634,8 +634,8 @@
                 this.showColumn();
             },
             accountNameClick(row) {
-                sessionStorage.setItem("personalaccountId",row.accountId)
-                this.$router.push({ path: '/modules/stockWatch/modules/new-keepManage/account-newkeepManage'})
+                // sessionStorage.setItem("personalaccountId",row.accountId)
+                // this.$router.push({ path: '/modules/stockWatch/modules/new-keepManage/account-newkeepManage'})
             },
             userNameClick(row) {
                 sessionStorage.setItem("personalUserId",row.userId)

+ 1 - 1
src/views/modules/stockWatch/modules/new-keepManage/personal-keepManage.vue

@@ -495,7 +495,7 @@
                 this.showColumn();
             },
             accountNameClick(row){
-                this.$router.push({path:'/modules/stockWatch/modules/new-keepManage/account-newkeepManage',query:{accountId:row.accountId}})
+                // this.$router.push({path:'/modules/stockWatch/modules/new-keepManage/account-newkeepManage',query:{accountId:row.accountId}})
             },
             sort(pagination, filters, sorter, { currentDataSource }){
                 this.echartsLoading = true;