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