gaoluyang
2025-03-25 66a2e4f98adaef112e39b1954e9541cc197628ff
src/views/CNAS/personnel/personnelInfo/tabs/job-responsibilities.vue
@@ -351,7 +351,7 @@
    },
    // 获取负责人信息接口
    getUserList() {
      selectUserCondition().then(res => {
      selectUserCondition({type: 2}).then(res => {
        if (res.code == 200) {
          this.responsibleOptions = res.data
        }