src/views/home/index.vue
@@ -129,12 +129,11 @@ // console.log("申请状态:", item.type); for (var k in this.canDoIt) { if (this.canDoIt[k].type == item.ptype) { this.$store.commit("changecanDoIt", { o: true, ptype: item.ptype, }); if (item.type == 0 || item.type == 2) { this.$store.commit("changecanDoIt", { o: false, ptype: item.ptype, }); } else { this.$store.commit("changecanDoIt", { o: false, ptype: item.ptype,