提交 97abd715 编写于 作者: guangjun.yang's avatar guangjun.yang

此字段不配置,则用原来的逻辑

上级 b1792e42
......@@ -127,7 +127,7 @@ export default {
id: item.id,
coopType: this.coopType,
courseRequire: item.courseRequire,
projectId: this.provinceId,
provinceId: this.provinceId,
organizationId: this.organizationId
}
});
......@@ -138,7 +138,7 @@ export default {
let paramList = [
{
key: "pageUrl",
value: getWebPageUrl(`cme/#/coop?id=${item.id}&courseRequire=${item.courseRequire}&organizationId=${this.organizationId}`),
value: getWebPageUrl(`cme/#/coop?id=${item.id}&courseRequire=${item.courseRequire}&provinceId=${this.provinceId}&organizationId=${this.organizationId}`),
type: 4,
seqNo: 1
}
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册