问题修复
This commit is contained in:
parent
3c580c86f6
commit
e013f71e95
|
|
@ -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')
|
||||
|
|
|
|||
Loading…
Reference in New Issue