changes
This commit is contained in:
@@ -169,7 +169,7 @@ export default {
|
||||
});
|
||||
if (rows.length === 0) return;
|
||||
rows.forEach((v) => (v.expiry = 1));
|
||||
this.$insertapi("token", rows, undefined, true);
|
||||
this.$insertapi("token", { data: rows });
|
||||
},
|
||||
},
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user