保安服务企业管理-验收版本
+
liuyg
2021-11-30 aa86c967e50eb669c5013cdde984adfe9f1c5e6a
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();
    },