Showing
1 changed file
with
0 additions
and
1 deletions
@@ -283,7 +283,6 @@ const faultEvent = () => { | @@ -283,7 +283,6 @@ const faultEvent = () => { | ||
283 | * @param arr [[{指标对象},{指标对象},....].[{指标对象},{指标对象},....]] | 283 | * @param arr [[{指标对象},{指标对象},....].[{指标对象},{指标对象},....]] |
284 | */ | 284 | */ |
285 | const sendEventMoreDialog = (emit, global, arr, title) => { | 285 | const sendEventMoreDialog = (emit, global, arr, title) => { |
286 | - debugger | ||
287 | if (!arr || arr.length == 0) { | 286 | if (!arr || arr.length == 0) { |
288 | global.showMsg("暂无数据!", "warning"); | 287 | global.showMsg("暂无数据!", "warning"); |
289 | return; | 288 | return; |
-
Please register or login to post a comment