gaoluyang
2025-04-18 ff6d23c5d61d1c6bee47e5863b57a915d98f7be1
src/views/CNAS/personnel/personnelInfo/components/AddInDetail.vue
@@ -161,7 +161,7 @@
    },
    // 获取负责人信息接口
    getUserList() {
      selectUserCondition().then(res => {
      selectUserCondition({type: 2}).then(res => {
        if (res.code == 200) {
          this.responsibleOptions = res.data
        }