提交 7a985ef0 编写于 作者: Skyeye云's avatar Skyeye云

服务类的className修改

上级 dce2cd5f
......@@ -71,7 +71,7 @@ layui.config({
}
});
var tmpList = ['com.skyeye.eve.articles.service.impl.AssetArticlesApplyUseServiceImpl'];
var tmpList = ['com.skyeye.eve.articles.service.impl.ArticlesUseServiceImpl'];
// 提交任务
function subTasks(data, obj){
taskId = data.id;
......
......@@ -37,12 +37,12 @@ var activitiUtil = {
* @param data
*/
activitiDetails: function (data) {
var tmpList = ['com.skyeye.eve.articles.service.impl.AssetArticlesApplyUseServiceImpl'];
var tmpList = ['com.skyeye.eve.articles.service.impl.ArticlesUseServiceImpl'];
taskType = data.taskType;
processInstanceId = data.processInstanceId;
var url = "../../tpl/activitiCommon/processDetails.html";
if (tmpList.indexOf(data.serviceClassName) >= 0
|| tmpList.indexOf(data.processMation.objectKey) >= 0) {
|| (tmpList.indexOf(data.processMation.objectKey) >= 0 && data.processMation != null)) {
url = "../../tpl/activitiCommon/processInstanceDetails.html";
}
_openNewWindows({
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册