|
@@ -174,12 +174,9 @@ export default {
|
|
},
|
|
},
|
|
lookDetail(row) {
|
|
lookDetail(row) {
|
|
if (row.id == 1) {
|
|
if (row.id == 1) {
|
|
- console.log("id为1");
|
|
|
|
this.$router.push("/2021memeberActionManager");
|
|
this.$router.push("/2021memeberActionManager");
|
|
} else if (row.id == 2) {
|
|
} else if (row.id == 2) {
|
|
this.$router.push("/2021double11List");
|
|
this.$router.push("/2021double11List");
|
|
-
|
|
|
|
- console.log("id为2");
|
|
|
|
}
|
|
}
|
|
},
|
|
},
|
|
},
|
|
},
|