|
@@ -87,7 +87,7 @@ export default {
|
|
|
let url = data.taskNodeId ? "#/dispatchMgr/exception":"#/developer/warnLong";
|
|
|
let content = "<a href='"+url+"'>"+(data.resourceName? "["+ data.resourceName +"] " : "" )+(data.procedureName? data.procedureName : "")
|
|
|
+ (data.instructionName? "("+data.instructionName+")" : "") + msg+"</a>";
|
|
|
- this.$notification.error(content, { messageIsHTML: true, timer:60, title:"异常警报", showCloseIcn:true });
|
|
|
+ this.$notification.error(content, { messageIsHTML: true, timer:10, title:"异常警报", showCloseIcn:true });
|
|
|
})
|
|
|
});
|
|
|
}
|