Administrator
2021-08-16 d89615f39079ef7f0db4a4d50fa7b56a66a181f9
报名考试修改
3 files modified
22 ■■■■ changed files
src/views/companyApply/index.vue 18 ●●●● patch | view | raw | blame | history
src/views/securityGuard/securityGuard.vue 2 ●●● patch | view | raw | blame | history
src/views/workreport/data.js 2 ●●● patch | view | raw | blame | history
src/views/companyApply/index.vue
@@ -405,16 +405,16 @@
    };
  },
  created() {
    console.log(this.userInfo);
    // console.log(this.userInfo);
    if (this.userInfo.role_name.indexOf("ksxtadmin") != -1) {
      this.questionBankOption.column[0].dicUrl =
        "/api/blade-system/dept/lazy-tree-user?parentId=";
    } else {
      this.questionBankOption.column[0].dicUrl =
        "/api/blade-system/dept/lazy-tree-user?parentId=" +
        this.userInfo.dept_id;
    }
    // if (this.userInfo.role_name.indexOf("ksxtadmin") != -1) {
    //   this.questionBankOption.column[0].dicUrl =
    //     "/api/blade-system/dept/lazy-tree-user?parentId=";
    // } else {
    //   this.questionBankOption.column[0].dicUrl =
    //     "/api/blade-system/dept/lazy-tree-user?parentId=" +
    //     this.userInfo.dept_id;
    // }
    this.optionBatchApply.column[0].dicUrl =
        "/api/blade-user/security-apply-tree?deptId=" +
src/views/securityGuard/securityGuard.vue
@@ -926,7 +926,7 @@
        })
  },
  mounted() {
    this.option.column[0].hide = true
    // this.option.column[0].hide = true
    // 非保安单位模式默认加载管理组数据
    if (!website.tenantMode) {
      this.initData(website.tenantId);
src/views/workreport/data.js
@@ -76,7 +76,7 @@
    prop: "receivedIds",
    span: 24,
    type: "tree",
    dicUrl: "/api/blade-system/dept/lazy-tree-user",
        // dicUrl: "/api/blade-system/dept/lazy-tree-user",
    hide: true,
    props: {
        label: "title",