@@ -239,6 +239,7 @@ export default {
let p = {
platform: item.platform,
dt: this.form.dt,
+ match: this.form.match
};
if (new Date(item.dt) - new Date(p.dt) < 0) p.dt = item.dt;
this.form = p;