liuyg
2021-10-26 34d9a8662da32afd2c4e6dc2c5514321ed6121ca
src/views/securityGuard/securityGuardRegistration.vue
@@ -161,7 +161,7 @@
                prop: "jurisdiction",
                // multiple: true,
                type: "tree",
                dicUrl: "/api/jurisdiction/lazy-tree?parentId=0",
                dicUrl: "/api/jurisdiction/lazy-tree",
                props: {
                  label: "title",
                  value: "id",
@@ -480,7 +480,7 @@
            });
          });
          this.loading = false;
          debugger;
          //debugger;
          done();
        },
        (error) => {