@@ -212,6 +212,15 @@ export class QvPipeEvent {
}
+ /**
+ * 随机个顺序进行测试
+ */
+ rndList = function() {
+
+ let list = [];
+ }