15179599649
2024-01-16 d14a7241e8b653415d4042bee9b5218cbfac35b6
'修改获取部门所有人接口'
2 files modified
5 ■■■■■ changed files
src/api/hfiveget/index.js 2 ●●● patch | view | raw | blame | history
src/views/toAppraising/index.vue 3 ●●●● patch | view | raw | blame | history
src/api/hfiveget/index.js
@@ -157,7 +157,7 @@
// 获取用户所在部门的所有成员信息
export const userDeptinfo = (params) => {
    return request({
        url: '/api/evaluate/evaluateTask/userList',
        url: '/api/evaluate/evaluateTask/userListBy',
        method: "get",
        apiKey: true,
        params: {
src/views/toAppraising/index.vue
@@ -148,7 +148,7 @@
    ) {
      if (this.poepleinfo.type == 0) {
        userDeptinfo(Data).then(res => {
          this.columns = [...res.data.data.records];
          this.columns = [...res.data.data];
          this.columns.forEach(item => {
            item["text"] = item.name;
          });
@@ -174,7 +174,6 @@
  created() {},
  methods: {
    onConfirmAwards(select) {
      console.log(select);
      this.currentValueAwards = select.categoryName;
      this.submitdata.evaluateTaskCategoryName = this.currentValueAwards;
      this.submitdata.evaluateTaskCategoryId=select.id;