diff --git a/src/pages/project/list/index.vue b/src/pages/project/list/index.vue index 3e075f0..5acd892 100644 --- a/src/pages/project/list/index.vue +++ b/src/pages/project/list/index.vue @@ -84,21 +84,21 @@ {{ stateKeys[scope.row.state] }} - + @@ -135,7 +135,7 @@ export default { systemList: [], queryData: { platformId: 1, // 平台:职站:1 中台:3 - founder: 0, // 创建人角色(0:系统 1:老师) + founder: 2, // 创建人角色(0:系统 1:老师 2:全部) state: "", // 状态(0:草稿箱 1:已发布) permissions: "" // 项目权限(0:练习 1:考核 2:竞赛) }, @@ -174,6 +174,10 @@ export default { { value: 1, label: "老师" + }, + { + value: 2, + label: "全部" } ], founderKeys: { diff --git a/src/pages/student/list/index.vue b/src/pages/student/list/index.vue index 5655bd8..4ecccf1 100644 --- a/src/pages/student/list/index.vue +++ b/src/pages/student/list/index.vue @@ -994,7 +994,7 @@ export default { } util.successMsg(`上传成功${res.data.successNum},上传失败${res.data.failureNum}`); this.handleRefresh(); - util.successMsg(`本次上传有${res.data.failureNum}个失败`); + util.successMsg(`本次上传有${res.data.failureNum}个错误信息录入`); this.getClassTreeData('','1','') } else { diff --git a/src/setting.js b/src/setting.js index e990dc3..9736ae2 100644 --- a/src/setting.js +++ b/src/setting.js @@ -27,7 +27,7 @@ if (isHh) { title = "职站服务端管理系统"; } else if (isPro) { // 职站生产 - host = "http://www.occupationlab.com/"; + host = "http://www.occupationlab.com:9000/"; title = "职站服务端管理系统"; } else if (isTest){ jumpPath = "http://39.108.250.202/judgmentPoint/"; @@ -35,6 +35,7 @@ if (isHh) { title = "职站服务端管理系统"; } else if (isDev) { jumpPath = "http://192.168.31.154:8087/"; + // host = "http://www.occupationlab.com:9000/";//线上 host = "http://39.108.250.202:9000/"; // 中台测试服 // host = "http://192.168.31.151:9000/"; // 榕 // host = "http://192.168.31.125:9000/"; // 坤