diff --git a/src/views/construction-person/entry-and-exit-manage/person-entry/add-or-edit-form.vue b/src/views/construction-person/entry-and-exit-manage/person-entry/add-or-edit-form.vue index 33ecccb..8e0b929 100644 --- a/src/views/construction-person/entry-and-exit-manage/person-entry/add-or-edit-form.vue +++ b/src/views/construction-person/entry-and-exit-manage/person-entry/add-or-edit-form.vue @@ -1940,7 +1940,7 @@ export default { mounted() { console.log(this.dict.type.salary, 'this.dict.type.salary') // 获取最低工资标准 - if (this.formType === 1) { + if (this.formType === 1 || this.formType === 2) { setTimeout(() => { // this.contractInfoForm.wageCriterion = // this.dict.type.salary.find((item) => item.label == 'min')