From 1a6de1fbb9cb4bbf13f737d7888eeb3c8c3a9a6c Mon Sep 17 00:00:00 2001 From: 18500206848 Date: Thu, 9 May 2024 23:45:21 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E7=A0=81=E8=A1=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/tenant/main/talents/certain/index.vue | 10 +++------- src/views/tenant/main/talents/latent/index.vue | 8 ++++---- vue.config.js | 2 +- 3 files changed, 8 insertions(+), 12 deletions(-) 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: {