fix:检验表单中设备列表获取修正
This commit is contained in:
parent
148584b8aa
commit
96b6e63d03
|
@ -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;
|
||||
});
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue