Commit 7e31bbef authored by lvtz's avatar lvtz

fix

parent 6b03f16a
......@@ -302,7 +302,7 @@ Page({
getClockUuid(){
getWebClockUuid({
subject_id: this.data.sub ? this.data.sub : this.data.tid,
data: this.data.clockdate
date: this.data.clockdate
}).then(res=>{
const {code,data} = res;
if(code==200){
......
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