保安服务单位许可和备案申请系统
linwe
2024-05-25 0a2191a45a2477e6526ab4b8360cd8feb33c79ad
代码优化
1 files modified
11 ■■■■ changed files
src/components/cardPopup/cardPopup.vue 11 ●●●● patch | view | raw | blame | history
src/components/cardPopup/cardPopup.vue
@@ -322,9 +322,11 @@
      } else {
        this.see = true;
        // this.openS();
        this.getPatrolGroupTree();
          console.log("********6666********" + JSON.stringify(this.useWhere))
        this.obj0.noFraudType = this.useWhere
        console.table(this.data);
          this.getPatrolGroupTree();
          // console.table(this.data);
        this.taskPlaceRecordVOList = []
        // console.log(this.data[0].type);
      }
@@ -422,8 +424,11 @@
    },
    getPatrolGroupTree() {
        if (this.obj0.noFraudType && this.obj0.noFraudType == 'close') {
          return
        }
      let data = {
        childType: 6,
          childType: this.obj0.noFraudType,
        type: 2
      }
      patrolGroupTree(data).then((res) => {