提交 8cc687ed 编写于 作者: guangjun.yang's avatar guangjun.yang

文案及刷新问题

上级 3dda63fe
......@@ -121,13 +121,13 @@ export default {
hideMsg: "我知道了"
},
status_11: {
title: "您暂未加入机构",
title: "您创建的机构正在审核中",
message: "请前往云鹊医APP-个人中心-我的资料-填写工作所属机构。加入机构后,可创建项目",
tip: "",
hideMsg: "我知道了"
},
status_12: {
title: "您暂未加入机构",
title: "您创建的机构审核不通过",
message: "请前往云鹊医APP-个人中心-我的资料-填写工作所属机构。加入机构后,可创建项目",
tip: "",
hideMsg: "我知道了"
......@@ -138,8 +138,8 @@ export default {
hideMsg: "确定"
},
status_21: {
title: "该项目创建数量已上限",
message: "本年度免费创建数已达20次,不能继续创建该项目",
title: "自定义项目创建数量已达上限",
message: "本年度免费创建数已达20次,不能继续创建",
hideMsg: "确定"
}
},
......@@ -191,6 +191,7 @@ export default {
mounted() {
resizeHeight();
this.getLabelList();
this.initPageParams();
// this.initPageParams();
},
methods: {
......@@ -216,10 +217,8 @@ export default {
this.setCourseList([]);
this.setAllLabelList([]);
this.setSubLabelList([]);
this.courseLimitCount();
// this.getLabelList();
this.setSearchParam(searchParam);
// this.getCourseList(searchParam);
},
......@@ -265,9 +264,19 @@ export default {
checked: true,
subList: allSubList
});
// this.initPageParams(labelIdList);
this.setAllLabelList(labelList);
this.setSubLabelList(allSubList);
this.initPageParams(labelIdList);
let searchParam = {
orderBy: 2,
dir: 1,
grade: 0,
pageNo: 1,
pageSize: 10,
labelIdList: labelIdList || []
};
this.setSearchParam(searchParam);
}
});
},
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册