Authored by 郗万祥

Update service.js

... ... @@ -283,7 +283,6 @@ const faultEvent = () => {
* @param arr [[{指标对象},{指标对象},....].[{指标对象},{指标对象},....]]
*/
const sendEventMoreDialog = (emit, global, arr, title) => {
debugger
if (!arr || arr.length == 0) {
global.showMsg("暂无数据!", "warning");
return;
... ...