From afda33bd77858f6ed715c801b497fd0af992b0f3 Mon Sep 17 00:00:00 2001 From: yangjun <1173114630@qq.com> Date: Thu, 20 Jun 2024 21:38:32 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E6=A0=87=E7=AD=BE=E5=8A=9F?= =?UTF-8?q?=E8=83=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/utils/enumData.js | 2 +- src/views/applyList/technician.vue | 2 +- src/views/bl/pingjiaTag/blPingjiaTag.vue | 245 +++++++++++++++++++++++ 3 files changed, 247 insertions(+), 2 deletions(-) create mode 100644 src/views/bl/pingjiaTag/blPingjiaTag.vue diff --git a/src/utils/enumData.js b/src/utils/enumData.js index 62dc87d..2fa47f8 100644 --- a/src/utils/enumData.js +++ b/src/utils/enumData.js @@ -1,7 +1,7 @@ import Vue from 'vue' // const serverUrl = "https://admin.sjajk.com/sqx_fast/";//生产需替换 -const serverUrl = "http://192.168.2.222:8187/sqx_fast/"; +const serverUrl = "http://localhost:8187/sqx_fast/"; export const serverPaths = { serverUrl , diff --git a/src/views/applyList/technician.vue b/src/views/applyList/technician.vue index 89aa17d..a8b22ca 100644 --- a/src/views/applyList/technician.vue +++ b/src/views/applyList/technician.vue @@ -2172,7 +2172,7 @@ export default { artificerId: this.addNeedArtificerId, page: this.currentPage, limit: this.pageSize, - status: this.addNeedsClassifyId == 91 ? 2 : 1, + status: this.addNeedsClassifyId, }), }).then(({ data }) => { if (data && data.code === 0) { diff --git a/src/views/bl/pingjiaTag/blPingjiaTag.vue b/src/views/bl/pingjiaTag/blPingjiaTag.vue new file mode 100644 index 0000000..9d1ff29 --- /dev/null +++ b/src/views/bl/pingjiaTag/blPingjiaTag.vue @@ -0,0 +1,245 @@ + + + + +