feature_0521
zhenghuang 5 years ago
parent 346f087a39
commit 2cd4cca609

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

Loading…
Cancel
Save