From e013f71e95859cc699ee94ccd498701c0835c843 Mon Sep 17 00:00:00 2001 From: BianLzhaoMin <11485688+bianliangzhaomin123@user.noreply.gitee.com> Date: Mon, 24 Nov 2025 13:27:09 +0800 Subject: [PATCH] =?UTF-8?q?=E9=97=AE=E9=A2=98=E4=BF=AE=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../entry-and-exit-manage/person-entry/add-or-edit-form.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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')