zhengpz
2021-08-20 7fbe838496148877bc5fe055e3098b3bc00a113d
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);
    },