问题修复

This commit is contained in:
BianLzhaoMin 2025-11-24 13:27:09 +08:00
parent 3c580c86f6
commit e013f71e95
1 changed files with 1 additions and 1 deletions

View File

@ -1940,7 +1940,7 @@ export default {
mounted() { mounted() {
console.log(this.dict.type.salary, 'this.dict.type.salary') console.log(this.dict.type.salary, 'this.dict.type.salary')
// //
if (this.formType === 1) { if (this.formType === 1 || this.formType === 2) {
setTimeout(() => { setTimeout(() => {
// this.contractInfoForm.wageCriterion = // this.contractInfoForm.wageCriterion =
// this.dict.type.salary.find((item) => item.label == 'min') // this.dict.type.salary.find((item) => item.label == 'min')