保安监管系统-验收版本
+
liuyg
2021-11-26 9da3b51159a7cab036e01907b6fc27779cf31b95
src/views/securityGuardManagement/register.vue
@@ -1047,19 +1047,25 @@
    initData(tenantId) {
      getRoleTree(tenantId).then((res) => {
        try {
          const column = this.findObject(this.option.group, "roleId");
          try {
            const column = this.findObject(this.option.group, "roleId");
          } catch (error) {}
          column.dicData = res.data.data;
        } catch {}
      });
      getDeptTree(tenantId).then((res) => {
        try {
          const column = this.findObject(this.option.group, "deptId");
          try {
            const column = this.findObject(this.option.group, "deptId");
          } catch (error) {}
          column.dicData = res.data.data;
        } catch {}
      });
      getPostList(tenantId).then((res) => {
        try {
          const column = this.findObject(this.option.group, "postId");
          try {
            const column = this.findObject(this.option.group, "postId");
          } catch (error) {}
          column.dicData = res.data.data;
        } catch {}
      });