暂存
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user