diff --git a/src/views/tenant/main/talents/certain/index.vue b/src/views/tenant/main/talents/certain/index.vue index 7315372..b260a8f 100644 --- a/src/views/tenant/main/talents/certain/index.vue +++ b/src/views/tenant/main/talents/certain/index.vue @@ -300,7 +300,7 @@ export default { dicUrl: "/api/jobslink-api/system/dict-biz/tadict?code=AAC004", props: { label: "dictValue", - value: "dictValue", + value: "dictKey", }, rules: [ { @@ -340,10 +340,6 @@ export default { prop: "aac005", type: 'select', dicUrl: "/api/jobslink-api/system/dict-biz/tadict?code=AAC005", - props: { - label: "dictValue", - value: "dictValue", - }, props: { label: "dictValue", value: "dictKey", @@ -364,7 +360,7 @@ export default { dicUrl: "/api/jobslink-api/system/dict-biz/tadict?code=AAC009", props: { label: "dictValue", - value: "dictValue", + value: "dictKey", }, rules: [ { @@ -391,7 +387,7 @@ export default { dicUrl: "/api/jobslink-api/system/dict-biz/tadict?code=AAC011", props: { label: "dictValue", - value: "dictValue", + value: "dictKey", }, rules: [ { diff --git a/src/views/tenant/main/talents/latent/index.vue b/src/views/tenant/main/talents/latent/index.vue index 2a80edf..5452c83 100644 --- a/src/views/tenant/main/talents/latent/index.vue +++ b/src/views/tenant/main/talents/latent/index.vue @@ -302,7 +302,7 @@ export default { dicUrl: "/api/jobslink-api/system/dict-biz/tadict?code=AAC004", props: { label: "dictValue", - value: "dictValue", + value: "dictKey", }, rules: [ { @@ -344,7 +344,7 @@ export default { dicUrl: "/api/jobslink-api/system/dict-biz/tadict?code=AAC005", props: { label: "dictValue", - value: "dictValue", + value: "dictKey", }, rules: [ { @@ -362,7 +362,7 @@ export default { dicUrl: "/api/jobslink-api/system/dict-biz/tadict?code=AAC009", props: { label: "dictValue", - value: "dictValue", + value: "dictKey", }, rules: [ { @@ -389,7 +389,7 @@ export default { dicUrl: "/api/jobslink-api/system/dict-biz/tadict?code=AAC011", props: { label: "dictValue", - value: "dictValue", + value: "dictKey", }, rules: [ { diff --git a/vue.config.js b/vue.config.js index 2fa2a74..30536d1 100644 --- a/vue.config.js +++ b/vue.config.js @@ -23,7 +23,7 @@ module.exports = { port: 1888, proxy: { "/api": { - target: 'http://localhost:8000', + target: 'http://10.165.0.173:8000', ws: true, changeOrigin: true, pathRewrite: {