zhouwx
2025-10-20 71a112b7d78698b7e4df94e6255bf302bf415b35
src/views/work/selfProblems/internalAudit/auditorManage/tableList/components/editDialog.vue
@@ -43,19 +43,19 @@
            />
          </el-select>
        </el-form-item>
        <el-form-item label="内审员证书:" prop="certifity">
        <el-form-item label="内审员证书:" prop="paperStudentId">
          <el-select
              clearable
              v-model="state.form.certifity"
              v-model="state.form.paperStudentId"
              :disabled="state.title =='查看'"
              filterable
              style="width: 100%"
          >
            <el-option
                v-for="item in state.certList"
                :key="item.number"
                :key="item.paperStudentId"
                :label="item.certName"
                :value="item.number"
                :value="item.paperStudentId"
            />
          </el-select>
        </el-form-item>
@@ -96,7 +96,7 @@
    id: null,
    personId: null,
    companyId: null,
    certifity: '',
    paperStudentId: '',
    amount: '',
    conclusion: ''
@@ -208,7 +208,7 @@
}
const selectValueCom = (val) => {
  state.form.personId = null
  state.form.certifity = ''
  state.form.paperStudentId = ''
  getPeopleList()
}
@@ -217,7 +217,7 @@
    id: null,
    personId: null,
    companyId: null,
    certifity: '',
    paperStudentId: '',
    amount: '',
    conclusion: ''
  }
@@ -229,7 +229,7 @@
  dialogVisible.value = false;
}
const changePerson = () =>{
  state.form.certifity = ''
  state.form.paperStudentId = ''
  getCertList()
}