This commit is contained in:
zty 2024-12-03 17:45:14 +08:00
commit 1d0bb09f10
1 changed files with 1 additions and 1 deletions

View File

@ -632,7 +632,7 @@ export default {
},
geteEqOptions(){
let that = this;
that.$API.system.user.list.req({ page: 0, type:20 }).then((res) => {
that.$API.em.equipment.list.req({ page: 0, type:20 }).then((res) => {
that.eqOptions = res;
});
},