Commit 699ee2ed authored by sjf1256754123's avatar sjf1256754123

d

parent c7601b5d
...@@ -97,7 +97,6 @@ ...@@ -97,7 +97,6 @@
// 提交异常体温 // 提交异常体温
submit(){ submit(){
this.form.heatNomal = this.form.heat<37.2?0:1 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 => { this.$http.post(`/sict-ncov/report/daily/heat`,this.form).then(res => {
const d = res.data const d = res.data
if (d.code == 1) { if (d.code == 1) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment