zouyu
2025-03-14 d3a5fbcc6516c77b32f54518a65e3238c3029d6d
src/views/CNAS/personnel/personnelInfo/Department/components/PersonnelCapacity/index.vue
@@ -294,7 +294,14 @@
        }, {
          label: '确认人',
          prop: 'confirmOperatingPersonnelId',
          minWidth: '100'
          minWidth: '100',
          dataType: "tag",
          formatData: (params) => {
            let obj = this.responsibleOptions.find(m => m.id == params)
            if (obj) {
              return obj.name
            }
          },
        }, {
          label: '确认日期',
          prop: 'confirmDate',
@@ -383,6 +390,7 @@
    };
  },
  mounted() {
    this.getUserList();
    this.getList(this.departId);
  },
  methods: {
@@ -446,7 +454,6 @@
      this.form = {
        jobResponsibilitiesTem: []
      }
      this.getUserList();
      this.getResponsibilities();
    },
@@ -461,7 +468,6 @@
      } else {
        this.$set(this.form, 'jobResponsibilitiesTem', [])
      }
      this.getUserList();
      this.getResponsibilities();
    },
    submitForm() {