保安服务企业管理-验收版本
+
liuyg
2021-11-30 aa86c967e50eb669c5013cdde984adfe9f1c5e6a
+
3 files modified
29 ■■■■■ changed files
src/views/applyexam/index.vue 12 ●●●● patch | view | raw | blame | history
src/views/securityAnalysis/child/situation.vue 5 ●●●●● patch | view | raw | blame | history
src/views/trainingRegistration/index.vue 12 ●●●● patch | view | raw | blame | history
src/views/applyexam/index.vue
@@ -2,7 +2,7 @@
 * @Author: Morpheus
 * @Date: 2021-07-05 16:31:54
 * @Last Modified by: liu
 * @Last Modified time: 2021-11-25 19:32:55
 * @Last Modified time: 2021-11-30 14:38:55
 * menu-name 报名考试
 */
<template>
@@ -881,11 +881,11 @@
        deptColumn.disabled = true;
        this.obj["deptId"] = this.userInfo.dept_id;
      } else {
        const deptColumn = this.findObject(
          this.questionBankOption.column,
          "dispatcherUnitId"
        );
        deptColumn.search = false;
        // const deptColumn = this.findObject(
        //   this.questionBankOption.column,
        //   "dispatcherUnitId"
        // );
        // deptColumn.search = false;
      }
      done();
    },
src/views/securityAnalysis/child/situation.vue
@@ -157,6 +157,11 @@
            prop: "examinationMx",
            disabled: true,
          },
          {
            label: "审查时间",
            prop: "auditTime",
            disabled: true,
          },
        ],
      },
    };
src/views/trainingRegistration/index.vue
@@ -2,7 +2,7 @@
 * @Author: Morpheus
 * @Date: 2021-07-05 16:31:54
 * @Last Modified by: liu
 * @Last Modified time: 2021-11-25 19:32:21
 * @Last Modified time: 2021-11-30 14:39:14
 * menu-name 报名考试
 */
<template>
@@ -919,11 +919,11 @@
        console.log(this.userInfo.dept_id);
        this.obj["deptId"] = this.userInfo.dept_id;
      } else {
        const deptColumn = this.findObject(
          this.questionBankOption.column,
          "dispatcherUnitId"
        );
        deptColumn.search = false;
        // const deptColumn = this.findObject(
        //   this.questionBankOption.column,
        //   "dispatcherUnitId"
        // );
        // deptColumn.search = false;
      }
      done();
    },