feature_0521
zhenghuang 5 years ago
parent 346f087a39
commit 2cd4cca609

@ -439,7 +439,7 @@ export default {
}, },
show (index) { show (index) {
if (index.level >= 3) { if (index.level >= 3) {
that.$Message.error(`${index.name}的等级已是最高`); this.$Message.error(`${index.name}的等级已是最高`);
return false; return false;
} }
this.isShow = true; this.isShow = true;

Loading…
Cancel
Save