This commit is contained in:
@fawn-nine
2024-08-08 16:41:29 +08:00
parent 784e771fb8
commit c753ab18a3
10 changed files with 1131 additions and 384 deletions

View File

@@ -101,8 +101,9 @@
//第一次加载
onLoad(e) {
console.log('收到的值', e);
this.pageType = e.type
this.form.classId = e.id
this.form.classId = e.classId
this.form.type = e.type
if(e.id){
// this.form.renwuId = e.renwuId
@@ -138,7 +139,7 @@
// 获取医案任务详情
getTaskInfo(){
$http.request({
url: "common/class/getClassTaskInfo",
url: "common/class/getClassTaskInfoStudent",
method: "POST",
data: {
"taskId": this.form.id