zouyu
2026-04-28 3115fcc80036ec4bfe3a2cd1128c5fdc82a01f42
src/views/performance/rewardAndPunishment/index.vue
@@ -95,7 +95,7 @@
        }"
        :cell-style="{ textAlign: 'center' }"
        border
        height="66.5vh"
        :height="'calc( 100vh - 240px)'"
        style="width: 100%"
      >
        <el-table-column label="序号" type="index" width="80"></el-table-column>
@@ -219,7 +219,7 @@
            <el-col :span="12">
              <el-form-item label="员工姓名" prop="userId">
                <el-select
                  :disabled="form.id == null"
                  :disabled="form.id && form.id+''!==''"
                  v-model="form.userId"
                  placeholder="请选择员工姓名"
                  size="small"
@@ -506,7 +506,6 @@
      const index = this.responsibleOptions.findIndex(
        (item) => item.id === val
      );
      console.log(val, index);
      if (index > -1) {
        this.form.userName = this.responsibleOptions[index].name;
        this.form.account = this.responsibleOptions[index].account;