gaoluyang
2025-03-24 507758a194875ac5cd2a5d5f46267a805fc22b8b
src/views/CNAS/personnel/personnelInfo/tabs/reward-punishment-record.vue
@@ -254,7 +254,7 @@
    },
    // 获取负责人信息接口
    getUserList() {
      selectUserCondition().then(res => {
      selectUserCondition({type: 2}).then(res => {
        if (res.code == 200) {
          this.responsibleOptions = res.data
        }