From 8e167df7e3b1b5f79ec3829aa8fda9453023fda0 Mon Sep 17 00:00:00 2001 From: liuye Date: Thu, 17 Aug 2023 11:36:33 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=9A=E8=AF=9D=E7=9B=91=E7=AE=A1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../pidu/app/AppSeatManagement/AppSeatManagement.vue | 11 ++++++----- project/pidu/app/AppSensitive/components/Detail.vue | 1 + project/pidu/app/AppWorkOrder/components/List.vue | 2 +- project/pidu/app/AppWorkOrder/components/Setting.vue | 10 +++++----- 4 files changed, 13 insertions(+), 11 deletions(-) diff --git a/project/pidu/app/AppSeatManagement/AppSeatManagement.vue b/project/pidu/app/AppSeatManagement/AppSeatManagement.vue index d05220a7..3b51453e 100644 --- a/project/pidu/app/AppSeatManagement/AppSeatManagement.vue +++ b/project/pidu/app/AppSeatManagement/AppSeatManagement.vue @@ -18,7 +18,7 @@ 当前机位1有效期为:{{configInfo.validity}}    ip地址为:{{configInfo.xbotIp}} { if(res.code === 0) { - this.configInfo.status = 1 + this.configInfo.status = 0 this.$message.success('启动成功!') } }) @@ -210,10 +210,11 @@ export default { height: 50px; border-radius: 50%; } - :deep .ai-dialog__content { + :deep .ai-dialog__content--wrapper { + // height: 1000px; + // overflow-y: scroll; .ai-table { - max-height: 1000px; - overflow-y: scroll; + // height: 1000px; } } } diff --git a/project/pidu/app/AppSensitive/components/Detail.vue b/project/pidu/app/AppSensitive/components/Detail.vue index 6eb2242d..835eb3f3 100644 --- a/project/pidu/app/AppSensitive/components/Detail.vue +++ b/project/pidu/app/AppSensitive/components/Detail.vue @@ -461,6 +461,7 @@ startTime: this.time ? this.time[0] : '', endTime: this.time ? this.time[1] : '', seq: this.listInfo.seq, + msgId: !this.listInfo.seq ? this.params.msgId : '' } }).then(res => { if (res.code === 0) { diff --git a/project/pidu/app/AppWorkOrder/components/List.vue b/project/pidu/app/AppWorkOrder/components/List.vue index 7f816b09..381acd9e 100644 --- a/project/pidu/app/AppWorkOrder/components/List.vue +++ b/project/pidu/app/AppWorkOrder/components/List.vue @@ -2,7 +2,7 @@