菜单修改

master
schry 2 years ago
parent 91fd4e92ea
commit 48641e24e2

@ -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