From 009e763dcaa9e9bdd5a8a4f7e4dba482cf49acd5 Mon Sep 17 00:00:00 2001 From: "ruofei.yu" Date: Wed, 10 Sep 2025 10:59:06 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20Modify=20"=E7=82=B9=E6=A3=80=E5=B7=A5?= =?UTF-8?q?=E5=8D=95"=20search?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config/index.js | 2 +- src/pages/inspection/daily/all.vue | 2 +- src/pages/sbfxbb/index.vue | 11 +++++++++-- 3 files changed, 11 insertions(+), 4 deletions(-) diff --git a/config/index.js b/config/index.js index 4e8eddb..35d7822 100644 --- a/config/index.js +++ b/config/index.js @@ -12,7 +12,7 @@ module.exports = { proxyTable: { "/gyhl": { // target: "/gyhl", //8889 - target: "http://113.44.8.145:32/gyhl", + target: "http://36.137.58.70:52/gyhl", // // target:"http://192.168.1.194:21925", //lj-local changeOrigin: true, pathRewrite: { diff --git a/src/pages/inspection/daily/all.vue b/src/pages/inspection/daily/all.vue index de9ff90..aacbe8e 100644 --- a/src/pages/inspection/daily/all.vue +++ b/src/pages/inspection/daily/all.vue @@ -262,7 +262,7 @@ export default { this[loadingType] = true; const params = { - name: this.deviceSearchKeyword, + nameAndType: this.deviceSearchKeyword, pageno: this.devicePageNo, pagesize: this.devicePageSize }; diff --git a/src/pages/sbfxbb/index.vue b/src/pages/sbfxbb/index.vue index f288196..d40b529 100644 --- a/src/pages/sbfxbb/index.vue +++ b/src/pages/sbfxbb/index.vue @@ -43,8 +43,15 @@ --> - + + +