From 1232322eb41c861e275723cb31a0246269c9c4ef Mon Sep 17 00:00:00 2001 From: chendaofei <857448963@qq.com> Date: Mon, 14 Apr 2025 10:18:13 +0800 Subject: [PATCH] =?UTF-8?q?bug=E6=8F=90=E4=BA=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/system-boot/dictTree.ts | 2 +- src/utils/webSocketClient.ts | 2 +- src/views/pqs/business/terminal/deviceter/index.vue | 2 +- src/views/system/reportForms/index.vue | 6 +++--- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/src/api/system-boot/dictTree.ts b/src/api/system-boot/dictTree.ts index cd863d8f..543d5b0e 100644 --- a/src/api/system-boot/dictTree.ts +++ b/src/api/system-boot/dictTree.ts @@ -88,7 +88,7 @@ export const updateStatistical = (data: any) => { // 单位绑定 export function codeDicTree(data: any) { return createAxios({ - url: '/system-boot/dic/codeDicTree', + url: '/system-boot/dicTree/codeDicTree', method: 'get', params: data }) diff --git a/src/utils/webSocketClient.ts b/src/utils/webSocketClient.ts index 8fc60d0b..a707d801 100644 --- a/src/utils/webSocketClient.ts +++ b/src/utils/webSocketClient.ts @@ -44,7 +44,7 @@ export default class SocketService { return } - const url = 'ws://192.168.1.79:10407/api/pushMessage/' + id + const url = 'ws://192.168.1.67:10407/api/pushMessage/' + id this.ws = new WebSocket(url) this.ws.onopen = () => this.handleOpen() diff --git a/src/views/pqs/business/terminal/deviceter/index.vue b/src/views/pqs/business/terminal/deviceter/index.vue index 2ec9add1..de8d5f4d 100644 --- a/src/views/pqs/business/terminal/deviceter/index.vue +++ b/src/views/pqs/business/terminal/deviceter/index.vue @@ -1463,7 +1463,7 @@ > diff --git a/src/views/system/reportForms/index.vue b/src/views/system/reportForms/index.vue index 37dc49f2..3c090207 100644 --- a/src/views/system/reportForms/index.vue +++ b/src/views/system/reportForms/index.vue @@ -39,11 +39,11 @@ const tableStore: any = new TableStore({ method: 'POST', isWebPaging: true, column: [ - { field: 'name', title: '模板名称' }, - { field: 'createBy', title: '创建用户' }, - { field: 'updateBy', title: '更新用户' }, + { field: 'name', title: '报表模板名称' }, + { field: 'updateBy', title: '操作用户' }, { field: 'createTime', title: '创建时间' }, { field: 'updateTime', title: '更新时间' }, + { field: 'activation', title: '状态' }, { title: '操作', width: '220',