From ada2a0b02a3a4336251ac50864a5be4902f04ea4 Mon Sep 17 00:00:00 2001 From: 13684185576 <2731628804@qq.com> Date: Sat, 6 Dec 2025 17:21:35 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=8D=A1=E5=8F=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../checkpoint/components/editAddForm.vue | 38 ++++++++++--------- .../peopleManag/checkpoint/index.vue | 7 ++-- vue.config.js | 4 +- 3 files changed, 27 insertions(+), 22 deletions(-) diff --git a/src/views/backOfficeSystem/peopleManag/checkpoint/components/editAddForm.vue b/src/views/backOfficeSystem/peopleManag/checkpoint/components/editAddForm.vue index 0d12f1d..3f9112e 100644 --- a/src/views/backOfficeSystem/peopleManag/checkpoint/components/editAddForm.vue +++ b/src/views/backOfficeSystem/peopleManag/checkpoint/components/editAddForm.vue @@ -72,10 +72,10 @@ -
- {{ item.userName }} -
+ +
+ +
@@ -186,7 +194,6 @@
@@ -320,7 +327,6 @@ const _onSave = () => { console.log("error submit!", fields); } }); - console.log(); }; //选择定位地图 const selectLocation = () => { @@ -333,14 +339,12 @@ const selectLocation = () => { //选择民警 const saveUsers = (users) => { if (chooseUserType.value == "fzr") { - fzrData.value = users; + listQuery.value.fzr = users[0].userName; + listQuery.value.lxdh = users[0].mobile; } else { lszqData.value = users; } }; -const handleCloseFzr = (val, idx) => { - fzrData.value.splice(idx, 1); -}; const handleCloseLszq = (val, idx) => { lszqData.value.splice(idx, 1); }; diff --git a/src/views/backOfficeSystem/peopleManag/checkpoint/index.vue b/src/views/backOfficeSystem/peopleManag/checkpoint/index.vue index 71b90f7..f86cfd4 100644 --- a/src/views/backOfficeSystem/peopleManag/checkpoint/index.vue +++ b/src/views/backOfficeSystem/peopleManag/checkpoint/index.vue @@ -44,7 +44,7 @@ }"> - @@ -62,11 +62,12 @@ import { JczselectJczList, JczdeleteById } from "@/api/mosty-jcz.js"; import { isAuth } from '@/utils/tools.js' import { reactive, ref, onMounted, getCurrentInstance } from "vue"; const { proxy } = getCurrentInstance(); -const { D_BZ_JCZLX, D_BZ_ZQLX, D_BZ_DLLX, D_BZ_JCZJB } = proxy.$dict( +const { D_BZ_JCZLX, D_BZ_ZQLX, D_BZ_DLLX, D_BZ_JCZJB,D_BZ_JCZRWLX } = proxy.$dict( "D_BZ_JCZLX", "D_BZ_ZQLX", "D_BZ_DLLX", - "D_BZ_JCZJB" + "D_BZ_JCZJB", + "D_BZ_JCZRWLX" ); const searchConfiger = ref([ { diff --git a/vue.config.js b/vue.config.js index dd542e7..b89fd03 100644 --- a/vue.config.js +++ b/vue.config.js @@ -3,11 +3,11 @@ const path = require("path"); function resolve(dir) { return path.join(__dirname, dir); } -// const serverHost = "http://47.108.232.77:9537"//波哥 +const serverHost = "http://183.222.39.242:38006"//波哥 // const serverHost = "http://47.108.232.77:9537"; // const serverHost = "http://192.168.0.231:8006" // const serverHost = "http://192.168.1.98:8006" -const serverHost = "http://n5e6d39a.natappfree.cc"//周 +// const serverHost = "http://n5e6d39a.natappfree.cc"//周 // const serverHost = "http://192.168.2.206:8006"//线上 module.exports = { publicPath: "./",