Merge remote-tracking branch 'origin/master'

master
anthonywj 2 years ago
commit c4d96e8115

@ -1021,6 +1021,7 @@ export default {
getInvListByUser() getInvListByUser()
.then((response) => { .then((response) => {
this.invList = response.data || []; this.invList = response.data || [];
}) })
.catch(() => { .catch(() => {
}); });

Loading…
Cancel
Save