修改地址
This commit is contained in:
@@ -265,9 +265,9 @@ export default {
|
|||||||
label: "用工单位性质",
|
label: "用工单位性质",
|
||||||
prop: "nature",
|
prop: "nature",
|
||||||
type: 'select',
|
type: 'select',
|
||||||
dicUrl: "/api/jobslink-api/system/dict/dictionary?code=company_nature",
|
dicUrl: "/api/jobslink-api/system/dict-biz/dictionary?code=company_nature",
|
||||||
props: {
|
props: {
|
||||||
label: "dictKey",
|
label: "dictValue",
|
||||||
value: "dictValue",
|
value: "dictValue",
|
||||||
},
|
},
|
||||||
// dicData: companyEnum,
|
// dicData: companyEnum,
|
||||||
|
|||||||
@@ -623,9 +623,9 @@ export default {
|
|||||||
label: "企业性质",
|
label: "企业性质",
|
||||||
prop: "missionCompanyNature",
|
prop: "missionCompanyNature",
|
||||||
type: 'select',
|
type: 'select',
|
||||||
dicUrl: "/api/jobslink-api/system/dict/dictionary?code=company_nature",
|
dicUrl: "/api/jobslink-api/system/dict-biz/dictionary?code=company_nature",
|
||||||
props: {
|
props: {
|
||||||
label: "dictKey",
|
label: "dictValue",
|
||||||
value: "dictValue",
|
value: "dictValue",
|
||||||
},
|
},
|
||||||
rules: [
|
rules: [
|
||||||
|
|||||||
@@ -745,9 +745,9 @@ export default {
|
|||||||
prop: "jobCompanyNature",
|
prop: "jobCompanyNature",
|
||||||
label: "企业性质",
|
label: "企业性质",
|
||||||
type: 'select',
|
type: 'select',
|
||||||
dicUrl: "/api/jobslink-api/system/dict/dictionary?code=company_nature",
|
dicUrl: "/api/jobslink-api/system/dict-biz/dictionary?code=company_nature",
|
||||||
props: {
|
props: {
|
||||||
label: "dictKey",
|
label: "dictValue",
|
||||||
value: "dictValue",
|
value: "dictValue",
|
||||||
},
|
},
|
||||||
rules: [
|
rules: [
|
||||||
|
|||||||
Reference in New Issue
Block a user