From 5f514a330b00b9b08102b76c3fddcd6e600c6b3e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=AA=86=E4=B9=90?= <342503599@qq.com> Date: Mon, 10 Oct 2022 10:11:01 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=B1=E5=9F=BA=E5=9D=91(=E5=AE=9E=E6=97=B6?= =?UTF-8?q?=E6=95=B0=E6=8D=AE)=EF=BC=9A=E4=BF=AE=E6=94=B9=E6=95=B0?= =?UTF-8?q?=E6=8D=AE=E8=A1=A8=E6=A0=BC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/assets/js/http.js | 4 +- src/views/home/login_v1.vue | 17 ++++---- .../deepFoundationPitManage/dataConfig.vue | 34 +++++++++++++-- .../deepFoundationPitManage/monitorData.vue | 42 ++++++++++++------- 4 files changed, 70 insertions(+), 27 deletions(-) diff --git a/src/assets/js/http.js b/src/assets/js/http.js index 1187ae8e..e39128ae 100644 --- a/src/assets/js/http.js +++ b/src/assets/js/http.js @@ -41,7 +41,7 @@ if (process.env.NODE_ENV == 'development') { // tag: 本地 // axios.defaults.baseURL = 'http://192.168.34.174:6023/' // 老大本地 // axios.defaults.baseURL = 'http://192.168.34.125:6023/' //杨意本地 http/1.1 - // axios.defaults.baseURL = 'http://192.168.34.216:6023/' // 邱平毅本地 + axios.defaults.baseURL = 'http://192.168.34.216:6023/' // 邱平毅本地 // axios.defaults.baseURL ='http://124.71.67.160:8088/' //中建四局线上 // axios.defaults.baseURL = 'http://192.168.34.125:6023/' //杨意本地 http/1.1 // axios.defaults.baseURL ='http://47.97.202.104:6023/' //金林湾线上 @@ -50,7 +50,7 @@ if (process.env.NODE_ENV == 'development') { // axios.defaults.baseURL = 'http://47.97.202.104:6023/'; // axios.defaults.baseURL = 'http://139.9.66.234:8/'; // axios.defaults.baseURL = 'http://120.196.217.6:7000/'; // 鹤洲 - axios.defaults.baseURL = 'http://182.90.224.237:7000/'; // 广西 + // axios.defaults.baseURL = 'http://182.90.224.237:7000/'; // 广西 // axios.defaults.baseURL = 'http://120.196.217.6:7000/' //鹤洲 // axios.defaults.baseURL = 'http://117.156.17.59:9090/'; // diff --git a/src/views/home/login_v1.vue b/src/views/home/login_v1.vue index 1437595a..38391d35 100644 --- a/src/views/home/login_v1.vue +++ b/src/views/home/login_v1.vue @@ -326,13 +326,16 @@ export default { window._paq.push(["trackEvent", "点击", "登录", "使用账号登录"]); } }, - // form:{ - // immediate: true, - // deep: true, - // handler(newVal,oldVal){ - - // } - // } + form:{ + immediate: true, + deep: true, + handler(newVal,oldVal){ + if(newVal != oldVal){ + console.log("newVal",newVal) + console.log("oldVal",oldVal) + } + } + } }, created() { this.company = COMPANY; diff --git a/src/views/projectFront/deepFoundationPitManage/dataConfig.vue b/src/views/projectFront/deepFoundationPitManage/dataConfig.vue index d0521c17..c20a8407 100644 --- a/src/views/projectFront/deepFoundationPitManage/dataConfig.vue +++ b/src/views/projectFront/deepFoundationPitManage/dataConfig.vue @@ -624,13 +624,39 @@ >导出 - + + + + + + + + + + + + + + + + + + + - + diff --git a/src/views/projectFront/deepFoundationPitManage/monitorData.vue b/src/views/projectFront/deepFoundationPitManage/monitorData.vue index ac716a36..a8591386 100644 --- a/src/views/projectFront/deepFoundationPitManage/monitorData.vue +++ b/src/views/projectFront/deepFoundationPitManage/monitorData.vue @@ -468,11 +468,30 @@ :label="$t('message.deepFoundConfig.pointNo')" > - - + + + + + + + + + + + + + + + + + - - + > -->