提交最新项目
This commit is contained in:
@@ -128,7 +128,7 @@ export default {
|
||||
this.title = options.title;
|
||||
this.id = options.id;
|
||||
//如果是心理评测
|
||||
if(this.id==75){
|
||||
if(this.id==87){
|
||||
this.statusXLCP = true;
|
||||
this.getFormList();
|
||||
}
|
||||
@@ -205,7 +205,7 @@ export default {
|
||||
this.labelsList = res.labels;
|
||||
|
||||
//如果是心理测评
|
||||
if(this.id == 75){
|
||||
if(this.id == 87){
|
||||
this.XL_id = this.labelsList[0].id;
|
||||
}
|
||||
//判断是否有子级
|
||||
@@ -238,7 +238,7 @@ export default {
|
||||
this.statusNull = null;
|
||||
this.activeTab = index;
|
||||
//如果是心理测评
|
||||
if(this.id == 75){
|
||||
if(this.id == 87){
|
||||
this.XL_id = item.id;
|
||||
}
|
||||
if(item.isLast == 1) {
|
||||
|
||||
Reference in New Issue
Block a user