+
liuyg
2021-08-20 2e77cb23c9e4ef7a989c6d3fe68448a6a9f2c2a9
+
1 files modified
7 ■■■■ changed files
src/views/securityGuardManagement/register.vue 7 ●●●● patch | view | raw | blame | history
src/views/securityGuardManagement/register.vue
@@ -847,7 +847,12 @@
    },
    nodeClick(data) {
      //   this.treeDeptId = data.id;
      this.jurisdiction = data.id;
      // console.log(data, 55555);
      if (data.title != "南昌市公安局") {
        this.jurisdiction = data.id;
      } else {
        this.jurisdiction = "";
      }
      this.page.currentPage = 1;
      this.onLoad(this.page);
    },