保安服务单位许可和备案申请系统
liuyg
2021-08-27 122907b58b9b8faa7693f1bb60648c41bc828adf
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,