From e08a6a392da1d967e26750393e939667eb8b8149 Mon Sep 17 00:00:00 2001 From: lucky Date: Thu, 17 Dec 2020 10:26:53 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E4=BB=A3=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- rest/project.http | 2 +- src/components/LoadCells/LoadCells.vue | 34 +++++++++++++++++--------- src/views/BtnPage/BtnPage.vue | 17 ++++++++----- 3 files changed, 35 insertions(+), 18 deletions(-) diff --git a/rest/project.http b/rest/project.http index 972eb00..e1470f0 100644 --- a/rest/project.http +++ b/rest/project.http @@ -66,7 +66,7 @@ POST {{record}}/debug/record "param":{ "authId": "1", "type": "2", - "value":"22", + "value":"21", "time":"1607937529000" } } diff --git a/src/components/LoadCells/LoadCells.vue b/src/components/LoadCells/LoadCells.vue index fc9b056..fc48dbd 100644 --- a/src/components/LoadCells/LoadCells.vue +++ b/src/components/LoadCells/LoadCells.vue @@ -1,10 +1,19 @@