|
@@ -633,11 +633,10 @@
|
|
this.showColumn();
|
|
this.showColumn();
|
|
},
|
|
},
|
|
accountNameClick(row) {
|
|
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 } })
|
|
},
|
|
},
|
|
userNameClick(row) {
|
|
userNameClick(row) {
|
|
- console.log(row);
|
|
|
|
- this.$router.push({ path: '/modules/stockWatch/modules/new-keepManage/personal-keepManage', query: { userId: row.userId } })
|
|
|
|
|
|
+ // this.$router.push({ path: '/modules/stockWatch/modules/new-keepManage/personal-keepManage', query: { userId: row.userId } })
|
|
},
|
|
},
|
|
// 运营组数据
|
|
// 运营组数据
|
|
getOperationGroupData() {
|
|
getOperationGroupData() {
|