Commit 9995f914 authored by zL's avatar zL

修复一个bug

parent f6b6cdd2
......@@ -462,14 +462,9 @@ export default {
Select(val) {
this.isShowMenu = false;
this.label = val;
if (
this.$store.state.theAnchor != -1 &&
this.$store.state.chainStatus !== "" &&
this.$store.state.chainStatus !== val
) {
this.$store.commit("setChainStatus", val);
if (this.$store.state.theAnchor != -1) {
this.$store.commit("setTheAnchor", -1);
} else {
this.$store.commit("setChainStatus", val);
}
switch (val) {
case "全部":
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment