fix:检验表单中设备列表获取修正

This commit is contained in:
shijing 2024-12-03 15:22:34 +08:00
parent 148584b8aa
commit 96b6e63d03
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;
});
},