修改bug

parent dd428878
...@@ -334,7 +334,7 @@ const jobForm = ref([ ...@@ -334,7 +334,7 @@ const jobForm = ref([
jobTypeId: null, jobTypeId: null,
jobTypePid: "", jobTypePid: "",
jobTypeName: "", jobTypeName: "",
postitDesc: "", positionDesc: "",
negotiableSalary: 0, negotiableSalary: 0,
settlementType: 4, settlementType: 4,
minSalary: null, minSalary: null,
...@@ -753,7 +753,7 @@ function addPost() { ...@@ -753,7 +753,7 @@ function addPost() {
jobTypeId: null, jobTypeId: null,
jobTypePid: "", jobTypePid: "",
jobTypeName: "", jobTypeName: "",
postitDesc: "", positionDesc: "",
negotiableSalary: 0, negotiableSalary: 0,
settlementType: 4, settlementType: 4,
minSalary: null, minSalary: null,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment