提交最新项目

This commit is contained in:
liuyuan
2025-03-19 09:17:47 +08:00
parent 2e63c85114
commit 37829438bc
4 changed files with 142 additions and 39 deletions

View File

@@ -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) {