From 699ee2edac7a0030bdc8f7aeec92c012f713e7aa Mon Sep 17 00:00:00 2001 From: sjf1256754123 <33301030+sjf1256754123@users.noreply.github.com> Date: Thu, 20 Feb 2020 10:18:23 +0800 Subject: [PATCH] d --- pages/security/security.vue | 1 - 1 file changed, 1 deletion(-) diff --git a/pages/security/security.vue b/pages/security/security.vue index 893e12d..4dfe600 100644 --- a/pages/security/security.vue +++ b/pages/security/security.vue @@ -97,7 +97,6 @@ // æäº¤å¼‚常体温 submit(){ this.form.heatNomal = this.form.heat<37.2?0:1 - this.form.userId = this.$store.state.user.userInfo.id this.$http.post(`/sict-ncov/report/daily/heat`,this.form).then(res => { const d = res.data if (d.code == 1) { -- 2.22.0